HomeSort by relevance Sort by last modified time
    Searched defs:UD (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaLookup.cpp 142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
143 DeclContext *NS = UD->getNominatedNamespace();
147 addUsingDirective(UD, EffectiveDC);
159 UsingDirectiveDecl *UD = *I;
160 DeclContext *NS = UD->getNominatedNamespace();
162 addUsingDirective(UD, EffectiveDC);
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
185 DeclContext *Common = UD->getNominatedNamespace();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 257 milliseconds