Home
last modified time | relevance | path

Searched defs:IsModule (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2332 shouldIgnoreMacro(MacroDirective * MD,bool IsModule,const Preprocessor & PP) shouldIgnoreMacro() argument
2351 WritePreprocessor(const Preprocessor & PP,bool IsModule) WritePreprocessor() argument
3574 bool IsModule; global() member in __anon018904be0f11::ASTIdentifierTableTrait
3603 ASTIdentifierTableTrait(ASTWriter & Writer,Preprocessor & PP,IdentifierResolver & IdResolver,bool IsModule,ASTWriter::RecordData * InterestingIdentifierOffsets) ASTIdentifierTableTrait() argument
3709 WriteIdentifierTable(Preprocessor & PP,IdentifierResolver & IdResolver,bool IsModule) WriteIdentifierTable() argument
[all...]
H A DASTReader.cpp989 isInterestingIdentifier(ASTReader & Reader,IdentifierInfo & II,bool IsModule) isInterestingIdentifier() argument
1014 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; markIdentifierFromAST() local