Searched refs:FromASTFile (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 32 FromASTFile(false), in MacroInfo() 140 if (FromASTFile) Out << " imported"; in dump()
|
D | PPDirectives.cpp | 65 MI->FromASTFile = true; in AllocateDeserializedMacroInfo()
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 109 bool FromASTFile : 1; variable 269 bool isFromASTFile() const { return FromASTFile; } in isFromASTFile()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 329 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/ |
D | DeclBase.h | 292 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/ |
D | ASTReaderDecl.cpp | 542 D->FromASTFile = true; in VisitDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 603 D->FromASTFile = true; in VisitDecl()
|