Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DProgram.h95 llvm::Expected<Function *> getOrCreateFunction(const FunctionDecl *F);
DProgram.cpp194 llvm::Expected<Function *> Program::getOrCreateFunction(const FunctionDecl *F) { in getOrCreateFunction() function in Program