OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TentativeDefinitions
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
1182
T =
TentativeDefinitions
.begin(ExternalSource),
1183
TEnd =
TentativeDefinitions
.end();
SemaDecl.cpp
12760
TentativeDefinitions
.push_back(Var);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
4378
//
TentativeDefinitions
order. Generally, this record will be empty for
4380
RecordData
TentativeDefinitions
;
4381
AddLazyVectorDecls(*this, SemaRef.
TentativeDefinitions
,
TentativeDefinitions
);
4728
if (!
TentativeDefinitions
.empty())
4729
Stream.EmitRecord(TENTATIVE_DEFINITIONS,
TentativeDefinitions
);
ASTReader.cpp
3640
TentativeDefinitions
.push_back(getGlobalDeclID(F, Record[I]));
8283
for (unsigned I = 0, N =
TentativeDefinitions
.size(); I != N; ++I) {
8284
VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(
TentativeDefinitions
[I]));
8288
TentativeDefinitions
.clear();
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
777
SmallVector<serialization::DeclID, 16>
TentativeDefinitions
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
859
TentativeDefinitionsType
TentativeDefinitions
;
Completed in 43 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026