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

  /external/clang/lib/AST/
CXXABI.h 71 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
ItaniumCXXABI.cpp 162 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override {
MicrosoftCXXABI.cpp 141 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override {
MicrosoftMangle.cpp 182 !getASTContext().getDeclaratorForUnnamedTagDecl(Tag) &&
791 Context.getASTContext().getDeclaratorForUnnamedTagDecl(TD)) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 818 if (DeclaratorDecl *DD = SemaRef.Context.getDeclaratorForUnnamedTagDecl(D))
    [all...]

Completed in 307 milliseconds