Home
last modified time | relevance | path

Searched refs:AugmentedCodeCompleteConsumer (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1931 class AugmentedCodeCompleteConsumer : public CodeCompleteConsumer { class
1937 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer() function in __anon670461e70611::AugmentedCodeCompleteConsumer
2076 void AugmentedCodeCompleteConsumer::ProcessCodeCompleteResults(Sema &S, in ProcessCodeCompleteResults()
2258 AugmentedCodeCompleteConsumer *AugmentedConsumer in CodeComplete()
2259 = new AugmentedCodeCompleteConsumer(*this, Consumer, CodeCompleteOpts); in CodeComplete()