OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadFullVersionInformation
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp
524
bool
ReadFullVersionInformation
(StringRef FullVersion) override {
530
return ASTReaderListener::
ReadFullVersionInformation
(FullVersion);
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
122
virtual bool
ReadFullVersionInformation
(StringRef FullVersion) {
244
bool
ReadFullVersionInformation
(StringRef FullVersion) override;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
151
ChainedASTReaderListener::
ReadFullVersionInformation
(StringRef FullVersion) {
152
return First->
ReadFullVersionInformation
(FullVersion) ||
153
Second->
ReadFullVersionInformation
(FullVersion);
5264
if (Listener.
ReadFullVersionInformation
(Blob))
Completed in 35 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026