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

  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 682 FSI->HasVAListArg = Format->getFirstArg() == 0;
684 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
    [all...]
SemaDecl.cpp     [all...]

Completed in 1439 milliseconds