Searched refs:buildLookupImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1628 buildLookupImpl(DC, hasExternalVisibleStorage());
1635 /// buildLookupImpl - Build part of the lookup data structure for the
1639 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { function in class:DeclContext
1661 buildLookupImpl(InnerCtx, Internal);
1760 buildLookupImpl(Context, hasExternalVisibleStorage());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2484 void buildLookupImpl(DeclContext *DCtx, bool Internal);

Completed in 111 milliseconds