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

  /external/clang/include/clang/Sema/
Scope.h 24 class UsingDirectiveDecl;
143 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
302 void PushUsingDirective(UsingDirectiveDecl *UDir) {
Template.h 412 Decl *VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
Sema.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
StmtDumper.cpp 277 } else if (UsingDirectiveDecl *UD = dyn_cast<UsingDirectiveDecl>(D)) {
DeclBase.cpp 1096 if ((D->getIdentifierNamespace() == 0 && !isa<UsingDirectiveDecl>(D)) ||
    [all...]
DeclPrinter.cpp 65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
674 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 223 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
IndexDecl.cpp 249 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
CIndexUSRs.cpp 91 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
DeclarationName.h 33 class UsingDirectiveDecl;
DeclBase.h 28 class UsingDirectiveDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
ASTReaderDecl.cpp 221 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
159 UsingDirectiveDecl *UD = *I;
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 201 milliseconds