HomeSort by relevance Sort by last modified time
    Searched refs:getAsDecl (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 69 NamedDecl *getAsDecl() const {
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()) {
TemplateBase.h 246 ValueDecl *getAsDecl() const {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 265 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) &&
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
DeclBase.cpp     [all...]
StmtProfile.cpp     [all...]
ASTImporter.cpp 313 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
    [all...]
ExprCXX.cpp 87 GetUuidAttrOfType(TA.getAsDecl()->getType(), &SeenMultipleGUIDs);
    [all...]
MicrosoftMangle.cpp     [all...]
Decl.cpp 320 if (NamedDecl *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 731 Visit(Arg.getAsDecl());
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 478 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 504 dyn_cast<FunctionDecl>(args[1].getAsDecl())) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 653 milliseconds