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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 61 DeclContext *Sema::computeDeclContext(QualType T) {
82 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS,
344 LookupCtx = computeDeclContext(ObjectType);
349 LookupCtx = computeDeclContext(SS, false);
431 LookupCtx = computeDeclContext(ObjectType);
436 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaTemplate.cpp 229 computeDeclContext(*SS))
257 LookupCtx = computeDeclContext(ObjectType);
270 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaExprCXX.cpp 101 DeclContext *DC = computeDeclContext(SS, EnteringContext);
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
119 LookupCtx = computeDeclContext(SearchType);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
135 LookupCtx = computeDeclContext(SearchType);
187 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
    [all...]
SemaExprMember.cpp 587 DC = SemaRef.computeDeclContext(SS, false);
    [all...]
SemaDecl.cpp 106 LookupCtx = computeDeclContext(ObjectType);
108 LookupCtx = computeDeclContext(*SS, false);
391 else if (DeclContext *DC = computeDeclContext(*SS, false))
434 else if (DeclContext *DC = computeDeclContext(*SS, false))
607 << Name << computeDeclContext(SS, false) << CorrectedQuotedStr
    [all...]
SemaTemplateInstantiateDecl.cpp 746 DC = SemaRef.computeDeclContext(SS);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaAccess.cpp 204 DeclContext *IC = S.computeDeclContext(getBaseObjectType());
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 193 milliseconds