Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3296 return Result.TakeString(); in CreateCodeCompletionStringForMacro()
3330 return Result.TakeString(); in CreateCodeCompletionStringForMacro()
3368 return Result.TakeString(); in CreateCodeCompletionString()
3411 return Result.TakeString(); in createCodeCompletionStringForOverride()
3444 return Result.TakeString(); in createCodeCompletionStringForDecl()
3463 return Result.TakeString(); in createCodeCompletionStringForDecl()
3469 return Result.TakeString(); in createCodeCompletionStringForDecl()
3637 return Result.TakeString(); in createCodeCompletionStringForDecl()
3810 return Result.TakeString(); in CreateSignatureString()
4925 return B.TakeString(); in render()
[all …]
H A DCodeCompleteConsumer.cpp419 CodeCompletionString *CodeCompletionBuilder::TakeString() { in TakeString() function in CodeCompletionBuilder
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h708 CodeCompletionString *TakeString();
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2101 Completion = Builder.TakeString(); in ProcessCodeCompleteResults()