Searched defs:isFromAST (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
H A DMacroInfo.h244 /// isFromAST - Return true if this macro was loaded from an AST file.
245 bool isFromAST() const { return IsFromAST; } function in class:clang::MacroInfo
/external/clang/include/clang/Basic/
H A DIdentifierTable.h256 /// isFromAST - Return true if the identifier in its current state was loaded
258 bool isFromAST() const { return IsFromAST; } function in class:clang::IdentifierInfo
/external/clang/include/clang/AST/
H A DType.h1366 bool isFromAST() const { return TypeBits.FromAST; } function in class:clang::Type

Completed in 62 milliseconds