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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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/Sema/
SemaDeclAttr.cpp 177 return Attr.getNumArgs() + Attr.hasParsedType();
526 for (unsigned Idx = Sidx; Idx < Attr.getNumArgs(); ++Idx) {
    [all...]
SemaStmtAttr.cpp 238 unsigned NumArgs = A.getNumArgs();
  /external/clang/lib/AST/
DeclarationName.cpp 99 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs();
Comment.cpp 288 if (STL.getNumArgs() != 1)
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 482 (Ctor->isVariadic() || ArgNumber < Ctor->getNumArgs()))
501 unsigned NumArgs = Matcher->isVariadic() ? 1 : Matcher->getNumArgs();
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 286 if (CE->getNumArgs() <= paramIdx)
323 if (CE->getNumArgs() <= paramIdx)
BasicObjCFoundationChecks.cpp 439 if (FD->getIdentifier() != II || CE->getNumArgs() != 3)
544 if (CE->getNumArgs() != 1)
766 unsigned variadicArgsBegin = msg.getSelector().getNumArgs();
770 unsigned variadicArgsEnd = msg.getNumArgs() - 1;
    [all...]
MallocOverflowSecurityChecker.cpp 322 if (TheCall->getNumArgs() == 1)
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 356 InstCall::create(Context.getNode()->getCfg(), Instr->getNumArgs(),
358 for (SizeT I = 0, Args = Instr->getNumArgs(); I < Args; ++I)
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 214 for (unsigned I = 0, N = Other.getNumArgs(); I != N; ++I) {
  /external/clang/include/clang/Lex/
MacroInfo.h 179 unsigned getNumArgs() const { return NumArguments; }
  /external/clang/unittests/AST/
CommentParser.cpp 293 if (ICC->getNumArgs() != 0)
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
311 if (ICC->getNumArgs() != 1)
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 231 const unsigned numArgsOrig = CE->getNumArgs();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 214 for (unsigned I = 0, N = Other.getNumArgs(); I != N; ++I) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 179 unsigned getNumArgs() const { return NumArguments; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 214 for (unsigned I = 0, N = Other.getNumArgs(); I != N; ++I) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 179 unsigned getNumArgs() const { return NumArguments; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 214 for (unsigned I = 0, N = Other.getNumArgs(); I != N; ++I) {

Completed in 2486 milliseconds

1 2 3 45 6 7 8 91011>>