Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h76 virtual void startNewFunction() { LocalBlockIds.clear(); } in startNewFunction() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp77 CGM.getCXXABI().getMangleContext().startNewFunction(); in CodeGenFunction()