Home
last modified time | relevance | path

Searched refs:getConstructors (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h91 iterator_range<CtorDtorIterator> getConstructors(const Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp80 iterator_range<CtorDtorIterator> getConstructors(const Module &M) { in getConstructors() function
H A DLLJIT.cpp482 for (auto E : getConstructors(M)) in operator ()()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1041 static DeclContext::lookup_result getConstructors(ASTContext &Context, in getConstructors() function
1072 for (NamedDecl *Ctor : getConstructors(SemaRef.Context, Record)) { in MaybeAddConstructorResults()
6326 auto Ctors = getConstructors(Context, RD); in CodeCompleteConstructorInitializer()