Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1625 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1636 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() function in DeclContext
1658 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()
1755 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2578 void buildLookupImpl(DeclContext *DCtx, bool Internal);