Home
last modified time | relevance | path

Searched refs:finishFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp411 void CIRGenFunction::finishFunction(SourceLocation endLoc) {} in finishFunction() function in clang::CIRGen::CIRGenFunction
494 finishFunction(bodyRange.getEnd()); in generateCode()
H A DCIRGenFunction.h374 void finishFunction(SourceLocation endLoc);
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h490 bool finishFunction();
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3680 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() function in LLParser::PerFunctionState
6931 return PFS.finishFunction(); in parseFunctionBody()