Searched refs:IsIncompleteFunction (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1808 bool IsIncompleteFunction,
1820 if (!IsIncompleteFunction)
1842 if (!IsIncompleteFunction && F->isDeclaration())
2798 /*IsIncompleteFunction=*/false,
3200 bool IsIncompleteFunction = false; local
3207 IsIncompleteFunction = true;
3241 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk);
3293 if (!IsIncompleteFunction) {
1807 SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, bool IsIncompleteFunction, bool IsThunk) argument
H A DCodeGenModule.h1394 bool IsIncompleteFunction, bool IsThunk);

Completed in 175 milliseconds