Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp1810 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1821 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() function in DeclContext
1843 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()
1940 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h2760 void buildLookupImpl(DeclContext *DCtx, bool Internal);