HomeSort by: relevance | last modified time | path
    Searched refs:getAsDecl (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp 208 auto *DC = dyn_cast<DeclContext>(getAsDecl());
210 DC = getAsDecl()->getDeclContext();
321 ID.AddPointer(getAsDecl()? getAsDecl()->getCanonicalDecl() : nullptr);
374 return getAsDecl() == Other.getAsDecl();
433 NamedDecl *ND = getAsDecl();
551 return DB << Arg.getAsDecl();
ASTDiagnostic.cpp 1190 VD = Iter->getAsDecl();
1220 VD = TA.getAsDecl();
ODRHash.cpp 168 AddDecl(TA.getAsDecl());
ASTStructuralEquivalence.cpp 550 return IsStructurallyEquivalent(Context, Arg1.getAsDecl(), Arg2.getAsDecl());
JSONNodeDumper.cpp 1480 JOS.attribute("decl", createBareDeclRef(TA.getAsDecl()));
StmtProfile.cpp 2259 VisitDecl(Arg.getAsDecl());
Decl.cpp 335 const NamedDecl *ND = Arg.getAsDecl();
MicrosoftMangle.cpp 1557 const NamedDecl *ND = TA.getAsDecl();
ItaniumMangle.cpp 5290 ValueDecl *D = A.getAsDecl();
ASTContext.cpp 5988 auto *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl());
ASTImporter.cpp 799 Expected<ValueDecl *> ToOrErr = import(From.getAsDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 126 if (NamedDecl *ND = getAsDecl())
133 NamedDecl *getAsDecl() const {
225 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 276 ValueDecl *getAsDecl() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 332 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()))
2349 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()))
2403 Arg.getAsDecl(),
2582 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl());
SemaTemplateInstantiate.cpp 1547 VD = arg.getAsDecl();
SemaExprCXX.cpp 707 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs);
SemaTemplate.cpp 7508 ValueDecl *VD = Arg.getAsDecl();
TreeTransform.h 4326 ? Arg.getAsDecl()
SemaExpr.cpp 18634 if (Decl *D = Arg.getAsDecl())
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 956 Visit(Arg.getAsDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 1144 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1951 const ValueDecl *D = TA.getAsDecl();

Completed in 108 milliseconds