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

  /external/clang/include/clang/AST/
DeclContextInternals.h 65 NamedDecl *getAsDecl() const {
84 if (NamedDecl *Singleton = getAsDecl()) {
108 if (getAsDecl()) {
127 if (NamedDecl *OldD = getAsDecl()) {
154 if (NamedDecl *OldD = getAsDecl()) {
TemplateBase.h 261 Decl *getAsDecl() const {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 256 isSameDeclaration(X.getAsDecl(), Y.getAsDecl()))
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 328 if (!Arg1.getAsDecl() || !Arg2.getAsDecl())
329 return !Arg1.getAsDecl() && !Arg2.getAsDecl();
330 return Context.IsStructurallyEquivalent(Arg1.getAsDecl(), Arg2.getAsDecl());
    [all...]
DeclBase.cpp 1040 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
    [all...]
DumpXML.cpp 323 if (Decl *D = A.getAsDecl())
StmtProfile.cpp 1160 VisitDecl(Arg.getAsDecl());
ItaniumMangle.cpp     [all...]
Decl.cpp 157 if (Decl *D = Args[I].getAsDecl()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 728 if (Decl *D = Arg.getAsDecl())
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 458 milliseconds