OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypedText
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
338
const char *CodeCompletionString::
getTypedText
() const {
529
return !(Result.Pattern->
getTypedText
() &&
530
StringRef(Result.Pattern->
getTypedText
()).startswith(Filter));
731
return Pattern->
getTypedText
();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h
607
const char *
getTypedText
() const;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2061
HiddenNames.count(C->Completion->
getTypedText
()))
2069
Priority = getMacroUsagePriority(C->Completion->
getTypedText
(),
2098
Builder.AddTypedTextChunk(C->Completion->
getTypedText
());
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026