14 #ifndef LLVM_CLANG_SEMA_WEAK_H 15 #define LLVM_CLANG_SEMA_WEAK_H 32 : alias(Alias), loc(Loc), used(
false) {}
45 #endif // LLVM_CLANG_SEMA_WEAK_H IdentifierInfo * getAlias() const
One of these records is kept for each identifier that is lexed.
bool operator==(WeakInfo RHS) const
Captures information about a #pragma weak directive.
SourceLocation getLocation() const
Encodes a location in the source.
void setUsed(bool Used=true)
Dataflow Directional Tag Classes.
WeakInfo(IdentifierInfo *Alias, SourceLocation Loc)
Defines the clang::SourceLocation class and associated facilities.
bool operator!=(WeakInfo RHS) const