Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h399 bool compileConstructor(const CXXConstructorDecl *Ctor);
H A DCompiler.cpp5850 bool Compiler<Emitter>::compileConstructor(const CXXConstructorDecl *Ctor) { in compileConstructor() function in Compiler
6064 return this->compileConstructor(Ctor); in visitFunc()