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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp823 bool IsIncompleteFunction) {
834 if (!IsIncompleteFunction)
1451 bool IsIncompleteFunction = false; local
1458 IsIncompleteFunction = true;
1466 SetFunctionAttributes(GD, F, IsIncompleteFunction);
1536 if (!IsIncompleteFunction) {
821 SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, bool IsIncompleteFunction) argument
H A DCodeGenModule.h1056 bool IsIncompleteFunction);

Completed in 115 milliseconds