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 74 /// IsFromAST - True if this macro was loaded from an AST file.
75 bool IsFromAST : 1;
218 /// isFromAST - Return true if this macro was loaded from an AST file.
219 bool isFromAST() const { return IsFromAST; }
222 void setIsFromAST(bool FromAST = true) { IsFromAST = FromAST; }
  /external/clang/lib/Sema/
IdentifierResolver.cpp 405 if (II.isFromAST())
  /external/clang/include/clang/Basic/
IdentifierTable.h 61 bool IsFromAST : 1; // True if identifier was loaded (at least
254 /// isFromAST - Return true if the identifier in its current state was loaded
256 bool isFromAST() const { return IsFromAST; }
258 void setIsFromAST() { IsFromAST = true; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 55 if (II->isFromAST() && !LoadedFromAST)
60 if (II->isFromAST() && !LoadedFromAST)
    [all...]
PPDirectives.cpp     [all...]
Pragma.cpp 376 if (II->isFromAST())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 123 milliseconds