Home
last modified time | relevance | path

Searched defs:CCKind (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/regex/
H A Dregc_pg_locale.c364 return 0; /* can't get here, but keep compiler quiet */ in CodeCompletionContext()
368 pg_wc_isalnum(pg_wchar c) in CCKind()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h355 CodeCompletionContext(Kind CCKind) : CCKind(CCKind), SelIdents(None) {} in CodeCompletionContext()
360 : CCKind(CCKind), SelIdents(SelIdents) { in CCKind() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h370 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
376 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h362 CodeCompletionContext(Kind CCKind) : CCKind(CCKind), SelIdents(None) {} in CodeCompletionContext()
367 : CCKind(CCKind), SelIdents(SelIdents) { in CCKind() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Sema/
H A DCodeCompleteConsumer.h367 CodeCompletionContext(Kind CCKind) in CodeCompletionContext()
373 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp93 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp91 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp91 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp92 using CCKind = CodeCompletionContext::Kind; in getCompletionKindString() typedef

12