Searched defs:getCodeCompletionTUInfo (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ | ||
H A D | ASTUnit.h | 369 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function |
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ | ||
H A D | CIndexCodeCompletion.cpp | 641 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anonb8e724a20211::CaptureCompletionResults |
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ | ||
H A D | ASTUnit.cpp | 2113 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anonf211e7840411::AugmentedCodeCompleteConsumer |
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anonec48ab7c0111::ResultBuilder |