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

  /external/clang/include/clang/AST/
StmtObjC.h 110 bool hasEllipsis() const { return getCatchParamDecl() == 0; }
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 224 ID.AddBoolean(S->hasEllipsis());
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplate.cpp 702 bool IsParameterPack = D.hasEllipsis();
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 42 milliseconds