OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CachedCompletionTypes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h
299
/// determined by the formatted type string. Se \c
CachedCompletionTypes
307
return
CachedCompletionTypes
;
334
llvm::StringMap<unsigned>
CachedCompletionTypes
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
417
CachedCompletionTypes
[QualType(CanUsageType).getAsString()]
509
CachedCompletionTypes
.clear();
2079
llvm::StringMap<unsigned> &
CachedCompletionTypes
2082
=
CachedCompletionTypes
.find(QualType(Expected).getAsString());
2083
if (Pos !=
CachedCompletionTypes
.end() && Pos->second == C->Type)
Completed in 16 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026