OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstDataArg
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaChecking.cpp
681
/// parameter with the FormatAttr's correct format_idx and
firstDataArg
.
688
FSI->
FirstDataArg
= FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
697
if (FSI->
FirstDataArg
!= 0)
698
--FSI->
FirstDataArg
;
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 546 milliseconds