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;
181 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
411 void PushUsingDirective(UsingDirectiveDecl *UDir) {
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DeclBase.cpp     [all...]
DeclPrinter.cpp 65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
738 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
    [all...]
ASTDumper.cpp 251 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 234 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;
DeclCXX.h     [all...]
DeclBase.h 54 class UsingDirectiveDecl;
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 280 void EmitUsingDirective(const UsingDirectiveDecl &UD);
CGDecl.cpp 104 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D));
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 96 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
ASTReaderDecl.cpp 233 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 140 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
177 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 187 milliseconds

1 2