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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 391 DeclContext *LookupCtx = nullptr;
397 LookupCtx = computeDeclContext(ObjectType);
402 LookupCtx = computeDeclContext(SS, false);
407 if (LookupCtx) {
414 if (!LookupCtx->isDependentContext() &&
415 RequireCompleteDeclContext(SS, LookupCtx))
418 LookupQualifiedName(Found, LookupCtx);
495 DeclContext *LookupCtx = nullptr;
503 LookupCtx = computeDeclContext(ObjectType);
508 LookupCtx = computeDeclContext(SS, EnteringContext)
    [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp 257 DeclContext *LookupCtx = nullptr;
263 LookupCtx = computeDeclContext(ObjectType);
277 LookupCtx = computeDeclContext(SS, EnteringContext);
281 if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
287 if (LookupCtx) {
292 LookupQualifiedName(Found, LookupCtx);
332 std::move(FilterCCC), CTK_ErrorRecovery, LookupCtx)) {
338 if (LookupCtx) {
343 << Name << LookupCtx << DroppedSpecifie
    [all...]
SemaExprCXX.cpp 111 DeclContext *LookupCtx = nullptr;
143 LookupCtx = DC;
157 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
160 LookupCtx = computeDeclContext(SearchType);
163 LookupCtx = computeDeclContext(SS, EnteringContext);
164 isDependent = LookupCtx && LookupCtx->isDependentContext();
174 LookupCtx = computeDeclContext(SearchType);
192 if (Step == 0 && LookupCtx)
193 LookupQualifiedName(Found, LookupCtx);
    [all...]
SemaDecl.cpp 257 DeclContext *LookupCtx = nullptr;
261 LookupCtx = computeDeclContext(ObjectType);
263 LookupCtx = computeDeclContext(*SS, false);
265 if (!LookupCtx) {
293 if (!LookupCtx->isDependentContext() &&
294 RequireCompleteDeclContext(*SS, LookupCtx))
303 if (LookupCtx) {
308 LookupQualifiedName(Result, LookupCtx);
    [all...]
  /external/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
OrcBindings.h 35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 295 milliseconds