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

  /external/clang/include/clang/Sema/
Scope.h 24 class UsingDirectiveDecl;
152 typedef SmallVector<UsingDirectiveDecl *, 2> UsingDirectivesTy;
315 void PushUsingDirective(UsingDirectiveDecl *UDir) {
Sema.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DeclBase.cpp     [all...]
DeclPrinter.cpp 65 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
733 void DeclPrinter::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
    [all...]
ASTDumper.cpp 208 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D);
963 void ASTDumper::VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 234 bool VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
IndexDecl.cpp 279 bool VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
CIndexUSRs.cpp 90 void VisitUsingDirectiveDecl(const UsingDirectiveDecl *D) {
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 35 class UsingDirectiveDecl;
DeclCXX.h     [all...]
DeclBase.h 52 class UsingDirectiveDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 275 void EmitUsingDirective(const UsingDirectiveDecl &UD);
CGDecl.cpp 103 DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D));
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 56 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
    [all...]
ASTReaderDecl.cpp 219 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 115 milliseconds