Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp603 D->FromASTFile = true; in VisitDecl()