Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DProgram.h85 AnonFuncs.emplace_back(Func); in createFunction()
141 std::vector<std::unique_ptr<Function>> AnonFuncs; variable
DDisasm.cpp67 for (auto &Anon : AnonFuncs) { in dump()