Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h452 const FunctionDecl *CompilingFunction = nullptr; variable
H A DCompiler.cpp5031 if (isa_and_nonnull<CXXDestructorDecl>(CompilingFunction) || in VisitCallExpr()
5032 isa_and_nonnull<CXXConstructorDecl>(CompilingFunction)) { in VisitCallExpr()
6061 this->CompilingFunction = F; in visitFunc()