Searched refs:getAsDecl (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h70 NamedDecl *getAsDecl() const { function in struct:clang::StoredDeclsList
91 if (NamedDecl *OldD = getAsDecl())
108 if (NamedDecl *Singleton = getAsDecl()) {
128 } else if (NamedDecl *Singleton = getAsDecl()) {
148 if (NamedDecl *ND = getAsDecl()) {
166 if (NamedDecl *OldD = getAsDecl()) {
194 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h263 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp321 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()))
2169 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()))
2223 Arg.getAsDecl(),
2402 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl());
H A DSemaTemplateInstantiate.cpp1485 VD = arg.getAsDecl();
H A DSemaExprCXX.cpp619 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs);
H A DSemaTemplate.cpp7290 ValueDecl *VD = Arg.getAsDecl();
H A DTreeTransform.h4051 ? Arg.getAsDecl()
H A DSemaExpr.cpp17118 if (Decl *D = Arg.getAsDecl())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1190 VD = Iter->getAsDecl();
1220 VD = TA.getAsDecl();
H A DASTStructuralEquivalence.cpp329 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl());
H A DODRHash.cpp168 AddDecl(TA.getAsDecl());
H A DStmtProfile.cpp2107 VisitDecl(Arg.getAsDecl());
H A DJSONNodeDumper.cpp1465 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl()));
H A DDeclBase.cpp1494 if ((Vec && is_contained(*Vec, ND)) || Pos->second.getAsDecl() == ND)
H A DDecl.cpp335 const NamedDecl *ND = Arg.getAsDecl();
H A DMicrosoftMangle.cpp1458 const NamedDecl *ND = TA.getAsDecl();
H A DItaniumMangle.cpp4598 ValueDecl *D = A.getAsDecl();
H A DASTContext.cpp5610 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl());
H A DASTImporter.cpp807 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp949 Visit(Arg.getAsDecl());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1053 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1791 const ValueDecl *D = TA.getAsDecl();

Completed in 732 milliseconds