HomeSort by relevance Sort by last modified time
    Searched defs:getArgType (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 197 ScanfArgTypeResult ScanfSpecifier::getArgType(ASTContext &Ctx) const {
397 const analyze_scanf::ScanfArgTypeResult &ATR = getArgType(Ctx);
FormatString.cpp 404 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
PrintfFormatString.cpp 244 ArgTypeResult PrintfSpecifier::getArgType(ASTContext &Ctx,
441 const analyze_printf::ArgTypeResult &ATR = getArgType(Ctx, IsObjCLiteral);
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 86 public CType getArgType(int index) {
JFunc.java 113 public JType getArgType(int index) {
130 CType cArgType = cfunc.getArgType(i);
138 CType cArgType = cfunc.getArgType(i);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 131 QualType getArgType(unsigned i) const {
  /external/clang/include/clang/AST/
CanonicalType.h 605 CanQualType getArgType(unsigned i) const {
606 return CanQualType::CreateUnsafe(this->getTypePtr()->getArgType(i));
Type.h     [all...]
  /external/icu4c/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
151 * The value is the ordinal value of the ArgType. Use getArgType().
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
759 UMessagePatternArgType getArgType() const {
    [all...]

Completed in 270 milliseconds