Home
last modified time | relevance | path

Searched refs:LookupCtx (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
H A DSemaLookup.cpp2142 assert((!isa<TagDecl>(LookupCtx) || in LookupQualifiedName()
2143 LookupCtx->isDependentContext() || in LookupQualifiedName()
2144 cast<TagDecl>(LookupCtx)->isCompleteDefinition() || in LookupQualifiedName()
2145 cast<TagDecl>(LookupCtx)->isBeingDefined()) && in LookupQualifiedName()
2158 } QL(LookupCtx); in LookupQualifiedName()
2160 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
2162 if (isa<CXXRecordDecl>(LookupCtx)) in LookupQualifiedName()
2163 R.setNamingClass(cast<CXXRecordDecl>(LookupCtx)); in LookupQualifiedName()
2180 if (LookupCtx->isFileContext()) in LookupQualifiedName()
2185 CXXRecordDecl *LookupRec = dyn_cast<CXXRecordDecl>(LookupCtx); in LookupQualifiedName()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp390 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
406 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
417 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
497 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
516 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
568 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
587 if (LookupCtx) in BuildCXXNestedNameSpecifier()
588 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
626 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
798 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp391 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
407 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
418 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
493 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
512 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
564 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
583 if (LookupCtx) in BuildCXXNestedNameSpecifier()
584 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
622 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
794 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp389 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
405 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
416 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
491 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
510 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
562 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
581 if (LookupCtx) in BuildCXXNestedNameSpecifier()
582 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
620 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
792 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 DeclContext *LookupCtx = nullptr; in isNonTypeNestedNameSpecifier() local
420 if (LookupCtx) { in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
511 DeclContext *LookupCtx = nullptr; in BuildCXXNestedNameSpecifier() local
530 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
582 !(LookupCtx && LookupCtx->isRecord() && in BuildCXXNestedNameSpecifier()
601 if (LookupCtx) in BuildCXXNestedNameSpecifier()
602 LookupQualifiedName(R, LookupCtx); in BuildCXXNestedNameSpecifier()
640 if (LookupCtx) { in BuildCXXNestedNameSpecifier()
812 DeclContext *DC = LookupCtx ? LookupCtx : CurContext; in BuildCXXNestedNameSpecifier()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm-c/
H A DOrcBindings.h36 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm-c/
H A DOrcBindings.h36 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm-c/
H A DOrcBindings.h35 typedef uint64_t (*LLVMOrcSymbolResolverFn)(const char *Name, void *LookupCtx);

12345