HomeSort by relevance Sort by last modified time
    Searched refs:getNumArgs (Results 76 - 100 of 329) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/AST/
CommentSema.cpp 262 assert(Command->getNumArgs() == 0);
304 assert(Command->getNumArgs() == 0);
570 if (Command->getNumArgs() > 0)
571 DiagLoc = Command->getArgRange(Command->getNumArgs() - 1).getEnd();
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 160 Uses.push_back(WeakUseTy(Msg, Msg->getNumArgs() == 0));
  /external/clang/lib/Serialization/
ASTCommon.cpp 168 unsigned N = Sel.getNumArgs();
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp 31 PreCallEvent.getArgSVal(PreCallEvent.getNumArgs() - 1).getAsRegion();
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 54 unsigned NumArgs = Call.getNumArgs();
ObjCSuperDeallocChecker.cpp 209 unsigned ArgCount = CE.getNumArgs();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
ExprObjC.h 420 /// getNumArgs - Return the number of actual arguments to this call.
421 unsigned getNumArgs() const { return SelName.getNumArgs(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 362 unsigned getNumArgs() const {
674 unsigned getNumArgs() const {
765 return getNumArgs() > 0;
835 return getNumArgs() > 0;
TypeLoc.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 420 /// getNumArgs - Return the number of actual arguments to this call.
421 unsigned getNumArgs() const { return SelName.getNumArgs(); }
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 113 Ctx.NumArgs = CE->getNumArgs();
116 Ctx.NumArgs = CE->getNumArgs();
121 Ctx.NumArgs = CE->getNumArgs();
360 LRCallCtx.NumArgs = CE->getNumArgs();
380 ME->getNumArgs() == 0) {
    [all...]

Completed in 827 milliseconds

1 2 34 5 6 7 8 91011>>