Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3735 bool NeedDecls = !IsModule || !IsCPlusPlus; in IsInterestingIdentifier() local
3743 (NeedDecls && II->getFETokenInfo())) in IsInterestingIdentifier()
3761 bool NeedDecls; member in __anon397e50ec0c11::ASTIdentifierTableTrait
3787 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus), in ASTIdentifierTableTrait()
3790 bool needDecls() const { return NeedDecls; } in needDecls()
3823 if (NeedDecls) in EmitKeyDataLength()
3862 if (NeedDecls) { in EmitData()