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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp635 bool IsIncompleteFunction) {
645 if (!IsIncompleteFunction)
1070 bool IsIncompleteFunction = false; local
1077 IsIncompleteFunction = true;
1085 SetFunctionAttributes(D, F, IsIncompleteFunction);
1130 if (!IsIncompleteFunction) {
633 SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, bool IsIncompleteFunction) argument

Completed in 56 milliseconds