Searched refs:getAsDecl (Results 1 - 19 of 19) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 69 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 D | TemplateBase.h | 244 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument
|
/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 239 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 D | SemaTemplateInstantiate.cpp | 1142 VD = cast<ValueDecl>(arg.getAsDecl());
|
H A D | SemaTemplate.cpp | 5389 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl());
|
H A D | SemaExpr.cpp | 13647 if (Decl *D = Arg.getAsDecl())
|
/external/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1011 VD = Iter->getAsDecl(); 1317 return Iter.getDesugar().getAsDecl();
|
H A D | DeclBase.cpp | 1219 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
|
H A D | ExprCXX.cpp | 88 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs);
|
H A D | StmtProfile.cpp | 1610 VisitDecl(Arg.getAsDecl());
|
H A D | ASTImporter.cpp | 358 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl()); 2172 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl()));
|
H A D | MicrosoftMangle.cpp | 1201 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl());
|
H A D | Decl.cpp | 331 if (const auto *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) {
|
H A D | ItaniumMangle.cpp | 3730 ValueDecl *D = A.getAsDecl();
|
H A D | ASTContext.cpp | 4341 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl());
|
/external/clang/lib/Index/ |
H A D | USRGeneration.cpp | 780 Visit(Arg.getAsDecl());
|
/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 668 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
|
/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1301 const ValueDecl *D = TA.getAsDecl();
|
/external/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5291 AddDeclRef(Arg.getAsDecl(), Record);
|
Completed in 812 milliseconds