HomeSort by relevance Sort by last modified time
    Searched refs:HasVAListArg (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Basic/
Builtins.cpp 86 bool &HasVAListArg) {
91 HasVAListArg = (*Printf == 'P');
105 bool &HasVAListArg) {
110 HasVAListArg = (*Scanf == 'S');
  /external/clang/include/clang/Basic/
Builtins.h 142 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
147 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 74 milliseconds