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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h69 NamedDecl *getAsDecl() const { function in struct:clang::StoredDeclsList
90 if (NamedDecl *OldD = getAsDecl())
107 if (NamedDecl *Singleton = getAsDecl()) {
128 } else if (NamedDecl *Singleton = getAsDecl()) {
148 if (NamedDecl *ND = getAsDecl()) {
166 if (NamedDecl *OldD = getAsDecl()) {
195 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h244 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp239 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()))
1703 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()))
1752 return DeduceNonTypeTemplateArgument(S, NTTP, Arg.getAsDecl(),
1938 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl());
H A DSemaTemplateInstantiate.cpp1142 VD = cast<ValueDecl>(arg.getAsDecl());
H A DSemaTemplate.cpp5389 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl());
H A DSemaExpr.cpp13647 if (Decl *D = Arg.getAsDecl())
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1011 VD = Iter->getAsDecl();
1317 return Iter.getDesugar().getAsDecl();
H A DDeclBase.cpp1219 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
H A DExprCXX.cpp88 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs);
H A DStmtProfile.cpp1610 VisitDecl(Arg.getAsDecl());
H A DASTImporter.cpp358 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
2172 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl()));
H A DMicrosoftMangle.cpp1201 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl());
H A DDecl.cpp331 if (const auto *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) {
H A DItaniumMangle.cpp3730 ValueDecl *D = A.getAsDecl();
H A DASTContext.cpp4341 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl());
/external/clang/lib/Index/
H A DUSRGeneration.cpp780 Visit(Arg.getAsDecl());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h668 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1301 const ValueDecl *D = TA.getAsDecl();
/external/clang/lib/Serialization/
H A DASTWriter.cpp5291 AddDeclRef(Arg.getAsDecl(), Record);

Completed in 812 milliseconds