OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2468
for (LocDeclsTy::iterator
DIt
= BeginIt;
DIt
!= EndIt; ++
DIt
)
2469
Decls.push_back(
DIt
->second);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
344
SmallVectorImpl<Decl *>::iterator
DIt
= Decls.begin();
345
for (SmallVectorImpl<Decl *>::iterator DE = Decls.end();
DIt
!= DE; ++
DIt
) {
346
Decl *D = *
DIt
;
370
FileDI_current = &
DIt
;
386
DeclContext *DC =
DIt
== Decls.begin()
387
? (*
DIt
)->getLexicalDeclContext()
388
: (*(
DIt
- 1))->getLexicalDeclContext();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
7611
DIt
= BeginIt;
DIt
!= EndIt; ++
DIt
)
7612
Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *
DIt
)));
Completed in 39 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026