Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp32 FromASTFile(false), in MacroInfo()
140 if (FromASTFile) Out << " imported"; in dump()
DPPDirectives.cpp65 MI->FromASTFile = true; in AllocateDeserializedMacroInfo()
/external/clang/include/clang/Lex/
DMacroInfo.h109 bool FromASTFile : 1; variable
269 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h329 unsigned FromASTFile : 1; variable
384 TopLevelDeclInObjCContainer(false), Access(AS_none), FromASTFile(0), in Decl()
393 Access(AS_none), FromASTFile(0), in Decl()
639 FromASTFile = true; in setFromASTFile()
716 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
/external/clang/include/clang/AST/
DDeclBase.h292 unsigned FromASTFile : 1; variable
338 Access(AS_none), FromASTFile(0), Hidden(DC && cast<Decl>(DC)->Hidden), in Decl()
348 Access(AS_none), FromASTFile(0), Hidden(0), in Decl()
644 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp542 D->FromASTFile = true; in VisitDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp603 D->FromASTFile = true; in VisitDecl()