Home
last modified time | relevance | path

Searched defs:FormatIdx (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp204 return isLike(ID, FormatIdx, HasVAListArg, "pP"); in isScanfLike() argument
176 isLike(unsigned ID,unsigned & FormatIdx,bool & HasVAListArg,const char * Fmt) const isLike() argument
199 isPrintfLike(unsigned ID,unsigned & FormatIdx,bool & HasVAListArg) isPrintfLike() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9679 unsigned FormatIdx = i; SemaBuiltinOSLogFormat() local
10957 unsigned FormatIdx; global() member in __anon6690ba031f11::CheckFormatHandler
[all...]
H A DSemaDeclAttr.cpp3951 mergeFormatAttr(Decl * D,const AttributeCommonInfo & CI,IdentifierInfo * Format,int FormatIdx,int FirstArg) mergeFormatAttr() argument
H A DSemaDecl.cpp16673 unsigned FormatIdx; AddKnownFunctionAttributes() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13837 unsigned FormatIdx; global() member