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

  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp 638 Sema::VarArgKind Sema::isValidVarArgType(const QualType &Ty) {
670 switch (isValidVarArgType(Ty)) {
720 if (isValidVarArgType(E->getType()) == VAK_Invalid) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 44 milliseconds