OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildLookup
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h
79
if (StoredDeclsMap *Map = Primary->
buildLookup
())
DeclBase.h
2420
StoredDeclsMap *
buildLookup
();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1557
///
buildLookup
- Build the lookup data structure with all of the
1564
StoredDeclsMap *DeclContext::
buildLookup
() {
1565
assert(this == getPrimaryContext() && "
buildLookup
called on non-primary DC");
1653
// FIXME: Make
buildLookup
const?
1654
Map = const_cast<DeclContext*>(this)->
buildLookup
();
1679
Map = const_cast<DeclContext*>(this)->
buildLookup
();
1843
// semantic context,
buildLookup
won't add it, so add it now.
1855
buildLookup
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3676
for (auto &Lookup : *DC->
buildLookup
()) {
3852
StoredDeclsMap *Map = DC->getPrimaryContext()->
buildLookup
();
3902
StoredDeclsMap *Map = DC->
buildLookup
();
ASTReader.cpp
9380
Merge.first->
buildLookup
();
9396
Merge.first->
buildLookup
();
9400
FD->
buildLookup
();
Completed in 27 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026