Home
last modified time | relevance | path

Searched refs:getOrCreateGlobal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h63 llvm::Optional<unsigned> getOrCreateGlobal(const ValueDecl *VD);
H A DProgram.cpp111 llvm::Optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD) { in getOrCreateGlobal() function in Program
H A DByteCodeExprGen.cpp492 return P.getOrCreateGlobal(VD); in getGlobalIdx()