Searched defs:IsIncompleteFunction (Results 1 - 1 of 1) 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

Completed in 212 milliseconds