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

  /external/clang/include/clang/AST/
DeclContextInternals.h 65 NamedDecl *getAsDecl() const {
84 if (NamedDecl *Singleton = getAsDecl()) {
105 } else if (NamedDecl *Singleton = getAsDecl()) {
124 if (getAsDecl()) {
143 if (NamedDecl *OldD = getAsDecl()) {
170 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 233 ValueDecl *getAsDecl() const {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 261 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()) &&
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 899 FromValueDecl = FromIter->getAsDecl();
906 ToValueDecl = ToIter->getAsDecl();
    [all...]
DeclBase.cpp 1084 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
    [all...]
DumpXML.cpp 325 visitDeclRef(A.getAsDecl());
StmtProfile.cpp 1173 VisitDecl(Arg.getAsDecl());
ASTImporter.cpp 306 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
    [all...]
ASTDumper.cpp 612 dumpDeclRef(A.getAsDecl());
    [all...]
Decl.cpp 298 if (NamedDecl *ND = dyn_cast<NamedDecl>(arg.getAsDecl())) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 735 Visit(Arg.getAsDecl());
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 410 return InnerMatcher.matches(*Node.getAsDecl(), Finder, Builder);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 207 milliseconds