Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp1655 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1666 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() function in DeclContext
1688 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()
1785 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclBase.h2603 void buildLookupImpl(DeclContext *DCtx, bool Internal);