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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 325 DeclContext *LookupCtx = 0;
331 LookupCtx = computeDeclContext(ObjectType);
336 LookupCtx = computeDeclContext(SS, false);
341 if (LookupCtx) {
348 if (!LookupCtx->isDependentContext() &&
349 RequireCompleteDeclContext(SS, LookupCtx))
352 LookupQualifiedName(Found, LookupCtx);
393 DeclContext *LookupCtx = 0;
399 LookupCtx = computeDeclContext(ObjectType);
404 LookupCtx = computeDeclContext(SS, EnteringContext)
    [all...]
SemaTemplate.cpp 242 DeclContext *LookupCtx = 0;
248 LookupCtx = computeDeclContext(ObjectType);
255 LookupCtx = computeDeclContext(SS, EnteringContext);
259 if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
264 if (LookupCtx) {
269 LookupQualifiedName(Found, LookupCtx);
300 LookupCtx, false,
309 if (LookupCtx)
311 << Name << LookupCtx << CorrectedQuotedStr << SS.getRange(
    [all...]
SemaLookup.cpp 740 // Perform direct name lookup into the LookupCtx.
    [all...]
SemaExprCXX.cpp 65 DeclContext *LookupCtx = 0;
101 LookupCtx = DC;
113 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
116 LookupCtx = computeDeclContext(SearchType);
119 LookupCtx = computeDeclContext(SS, EnteringContext);
120 isDependent = LookupCtx && LookupCtx->isDependentContext();
132 LookupCtx = computeDeclContext(SearchType);
150 if (Step == 0 && LookupCtx)
151 LookupQualifiedName(Found, LookupCtx);
    [all...]
SemaDecl.cpp 77 DeclContext *LookupCtx = 0;
81 LookupCtx = computeDeclContext(ObjectType);
83 LookupCtx = computeDeclContext(*SS, false);
85 if (!LookupCtx) {
115 if (!LookupCtx->isDependentContext() &&
116 RequireCompleteDeclContext(*SS, LookupCtx))
125 if (LookupCtx) {
130 LookupQualifiedName(Result, LookupCtx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 212 milliseconds