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

1 2

  /external/clang/include/clang/Sema/
Scope.h 31 class UsingDirectiveDecl;
189 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
439 void PushUsingDirective(UsingDirectiveDecl *UDir) {
Sema.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DeclBase.cpp     [all...]
DeclPrinter.cpp 74 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
798 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
    [all...]
ASTDumper.cpp 431 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 237 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
IndexDecl.cpp 267 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 36 class UsingDirectiveDecl;
DeclBase.h 56 class UsingDirectiveDecl;
    [all...]
DeclCXX.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 348 void EmitUsingDirective(const UsingDirectiveDecl &UD);
CGDecl.cpp 109 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D));
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 96 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 144 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
181 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 245 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
ASTWriterDecl.cpp 56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1011 /// usingDirectiveDecl()
1015 UsingDirectiveDecl> usingDirectiveDecl;
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 184 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr;
235 UsingDirectiveDecl *ImplicitUsingDirectiveDecl = nullptr;
    [all...]

Completed in 251 milliseconds

1 2