Searched refs:TreatAsDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h85 void AddDeclarationName(DeclarationName Name, bool TreatAsDecl = false);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp34 void ODRHash::AddDeclarationName(DeclarationName Name, bool TreatAsDecl) { argument
35 if (TreatAsDecl)
41 if (TreatAsDecl)
H A DStmtProfile.cpp55 virtual void VisitName(DeclarationName Name, bool TreatAsDecl = false) = 0;
143 void VisitName(DeclarationName Name, bool /*TreatAsDecl*/) override {
186 void VisitName(DeclarationName Name, bool TreatAsDecl) override {
187 if (TreatAsDecl) {
192 Hash.AddDeclarationName(Name, TreatAsDecl);
1917 VisitName(S->getName(), /*TreatAsDecl*/ true);

Completed in 64 milliseconds