OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypesLoaded
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
469
std::vector<QualType>
TypesLoaded
;
1768
return static_cast<unsigned>(
TypesLoaded
.size());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
3140
TypesLoaded
.resize(
TypesLoaded
.size() + F.LocalNumTypes);
7072
assert(Index <
TypesLoaded
.size() && "Type index out-of-range");
7073
if (
TypesLoaded
[Index].isNull()) {
7074
TypesLoaded
[Index] = readTypeRecord(Index);
7075
if (
TypesLoaded
[Index].isNull())
7078
TypesLoaded
[Index]->setFromAST();
7081
TypesLoaded
[Index]);
7084
return
TypesLoaded
[Index].withFastQualifiers(FastQuals);
7707
=
TypesLoaded
.size() - std::count(TypesLoaded.begin(), TypesLoaded.end()
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026