Searched refs:getAsDecl (Results 1 - 20 of 20) 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()) {
149 if (getAsDecl()) {
168 if (NamedDecl *OldD = getAsDecl()) {
197 if (NamedDecl *OldD = getAsDecl()) {
H A DTemplateBase.h246 ValueDecl *getAsDecl() const { function in class:clang::TemplateArgument
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp265 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) &&
1729 isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()) &&
1779 return DeduceNonTypeTemplateArgument(S, NTTP, Arg.getAsDecl(),
1965 return isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) &&
H A DSemaTemplateInstantiate.cpp1148 VD = cast<ValueDecl>(arg.getAsDecl());
H A DSemaTemplate.cpp5188 ValueDecl *VD = cast<ValueDecl>(Arg.getAsDecl());
H A DSemaExpr.cpp12640 if (Decl *D = Arg.getAsDecl())
/external/clang/lib/AST/
H A DASTDiagnostic.cpp945 FromValueDecl = FromIter->getAsDecl();
952 ToValueDecl = ToIter->getAsDecl();
1158 return Iter.getDesugar().getAsDecl();
H A DDeclBase.cpp1157 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
H A DStmtProfile.cpp1333 VisitDecl(Arg.getAsDecl());
H A DASTImporter.cpp313 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
2096 ValueDecl *FromD = From.getAsDecl();
H A DExprCXX.cpp87 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs);
H A DMicrosoftMangle.cpp1133 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl());
H A DDecl.cpp320 if (NamedDecl *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) {
H A DItaniumMangle.cpp3365 ValueDecl *D = A.getAsDecl();
H A DASTContext.cpp4103 ValueDecl *D = cast<ValueDecl>(Arg.getAsDecl()->getCanonicalDecl());
/external/clang/lib/Index/
H A DUSRGeneration.cpp731 Visit(Arg.getAsDecl());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h478 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp504 dyn_cast<FunctionDecl>(args[1].getAsDecl())) {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1246 const ValueDecl *D = TA.getAsDecl();
/external/clang/lib/Serialization/
H A DASTWriter.cpp5170 AddDeclRef(Arg.getAsDecl(), Record);

Completed in 2197 milliseconds