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 338 DeclContext *LookupCtx = 0;
344 LookupCtx = computeDeclContext(ObjectType);
349 LookupCtx = computeDeclContext(SS, false);
354 if (LookupCtx) {
361 if (!LookupCtx->isDependentContext() &&
362 RequireCompleteDeclContext(SS, LookupCtx))
365 LookupQualifiedName(Found, LookupCtx);
425 DeclContext *LookupCtx = 0;
431 LookupCtx = computeDeclContext(ObjectType);
436 LookupCtx = computeDeclContext(SS, EnteringContext)
    [all...]
SemaTemplate.cpp 251 DeclContext *LookupCtx = 0;
257 LookupCtx = computeDeclContext(ObjectType);
270 LookupCtx = computeDeclContext(SS, EnteringContext);
274 if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
280 if (LookupCtx) {
285 LookupQualifiedName(Found, LookupCtx);
325 FilterCCC, LookupCtx)) {
333 if (LookupCtx)
335 << Name << LookupCtx << CorrectedQuotedStr << SS.getRange(
    [all...]
SemaLookup.cpp 748 // Perform direct name lookup into the LookupCtx.
    [all...]
SemaExprCXX.cpp 68 DeclContext *LookupCtx = 0;
104 LookupCtx = DC;
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
119 LookupCtx = computeDeclContext(SearchType);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
123 isDependent = LookupCtx && LookupCtx->isDependentContext();
135 LookupCtx = computeDeclContext(SearchType);
153 if (Step == 0 && LookupCtx)
154 LookupQualifiedName(Found, LookupCtx);
    [all...]
SemaDecl.cpp 102 DeclContext *LookupCtx = 0;
106 LookupCtx = computeDeclContext(ObjectType);
108 LookupCtx = computeDeclContext(*SS, false);
110 if (!LookupCtx) {
140 if (!LookupCtx->isDependentContext() &&
141 RequireCompleteDeclContext(*SS, LookupCtx))
150 if (LookupCtx) {
155 LookupQualifiedName(Result, LookupCtx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 46 milliseconds