Home
last modified time | relevance | path

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

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