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 316 DeclContext *LookupCtx = nullptr;
322 LookupCtx = computeDeclContext(ObjectType);
327 LookupCtx = computeDeclContext(SS, false);
332 if (LookupCtx) {
339 if (!LookupCtx->isDependentContext() &&
340 RequireCompleteDeclContext(SS, LookupCtx))
343 LookupQualifiedName(Found, LookupCtx);
426 DeclContext *LookupCtx = nullptr;
434 LookupCtx = computeDeclContext(ObjectType);
439 LookupCtx = computeDeclContext(SS, EnteringContext)
    [all...]
SemaLookup.cpp 764 // Perform direct name lookup into the LookupCtx.
    [all...]
SemaTemplate.cpp 253 DeclContext *LookupCtx = nullptr;
259 LookupCtx = computeDeclContext(ObjectType);
273 LookupCtx = computeDeclContext(SS, EnteringContext);
277 if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
283 if (LookupCtx) {
288 LookupQualifiedName(Found, LookupCtx);
329 LookupCtx)) {
335 if (LookupCtx) {
340 << Name << LookupCtx << DroppedSpecifie
    [all...]
SemaExprCXX.cpp 110 DeclContext *LookupCtx = nullptr;
139 LookupCtx = DC;
153 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
156 LookupCtx = computeDeclContext(SearchType);
159 LookupCtx = computeDeclContext(SS, EnteringContext);
160 isDependent = LookupCtx && LookupCtx->isDependentContext();
170 LookupCtx = computeDeclContext(SearchType);
188 if (Step == 0 && LookupCtx)
189 LookupQualifiedName(Found, LookupCtx);
    [all...]
SemaDecl.cpp 206 DeclContext *LookupCtx = nullptr;
210 LookupCtx = computeDeclContext(ObjectType);
212 LookupCtx = computeDeclContext(*SS, false);
214 if (!LookupCtx) {
242 if (!LookupCtx->isDependentContext() &&
243 RequireCompleteDeclContext(*SS, LookupCtx))
252 if (LookupCtx) {
257 LookupQualifiedName(Result, LookupCtx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 60 milliseconds