Home
last modified time | relevance | path

Searched refs:FromASTFile (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
DMacroInfo.h105 unsigned FromASTFile : 1; variable
286 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
/external/clang/lib/Lex/
DMacroInfo.cpp32 FromASTFile(false), in MacroInfo()
DPPDirectives.cpp73 MI->FromASTFile = true; in AllocateDeserializedMacroInfo()
/external/clang/include/clang/AST/
DDeclBase.h272 unsigned FromASTFile : 1; variable
318 Access(AS_none), FromASTFile(0), Hidden(0), in Decl()
328 Access(AS_none), FromASTFile(0), Hidden(0), in Decl()
613 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp416 D->FromASTFile = true; in VisitDecl()