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

  /external/clang/include/clang/AST/
CanonicalType.h 500 param_type_iterator param_type_begin() const { function in struct:clang::CanProxyAdaptor
501 return param_type_iterator(this->getTypePtr()->param_type_begin());
Type.h     [all...]
DeclObjC.h 388 param_type_iterator param_type_begin() const { function in class:clang::ObjCList
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 70 CallEvent::param_type_iterator TyI = Call.param_type_begin(),
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 97 for (CallEvent::param_type_iterator I = param_type_begin(),
148 for (CallEvent::param_type_iterator I = Call.param_type_begin(),
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGCall.cpp 120 prefix.append(FPT->param_type_begin(), FPT->param_type_end());
494 ArgTys.push_back(*FTP->param_type_begin());
    [all...]
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
TargetInfo.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 402 param_type_iterator param_type_begin() const { function in class:clang::ento::CallEvent
406 /// \sa param_type_begin()
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp 768 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(),
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
Type.cpp     [all...]

Completed in 673 milliseconds