HomeSort by relevance Sort by last modified time
    Searched refs:isFromAST (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 80 bool IsFromAST : 1;
244 /// isFromAST - Return true if this macro was loaded from an AST file.
245 bool isFromAST() const { return IsFromAST; }
248 void setIsFromAST(bool FromAST = true) { IsFromAST = FromAST; }
  /external/clang/lib/Sema/
IdentifierResolver.cpp 405 if (II.isFromAST())
  /external/clang/include/clang/Basic/
IdentifierTable.h 62 bool IsFromAST : 1; // True if identifier was loaded (at least
256 /// isFromAST - Return true if the identifier in its current state was loaded
258 bool isFromAST() const { return IsFromAST; }
260 void setIsFromAST() { IsFromAST = true; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 56 if (II->isFromAST() && !LoadedFromAST)
65 if (II->isFromAST())
    [all...]
PPDirectives.cpp     [all...]
Pragma.cpp 379 if (II->isFromAST())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 230 milliseconds