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

  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp 832 RecordDecl *UD = UT->getDecl();
833 for (RecordDecl::field_iterator it = UD->field_begin(),
834 itend = UD->field_end(); it != itend; ++it) {
    [all...]
SemaLookup.cpp 138 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
139 DeclContext *NS = UD->getNominatedNamespace();
143 addUsingDirective(UD, EffectiveDC);
155 UsingDirectiveDecl *UD = *I;
156 DeclContext *NS = UD->getNominatedNamespace();
158 addUsingDirective(UD, EffectiveDC);
178 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
181 DeclContext *Common = UD->getNominatedNamespace();
186 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 68 milliseconds