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

  /external/clang/lib/Analysis/
FormatString.cpp 260 ArgType::matchesType(ASTContext &C, QualType argTy) const {
263 const PointerType *PT = argTy->getAs<PointerType>();
271 argTy = PT->getPointeeType();
282 if (const EnumType *ETy = argTy->getAs<EnumType>())
283 argTy = ETy->getDecl()->getIntegerType();
285 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
299 if (const EnumType *ETy = argTy->getAs<EnumType>())
300 argTy = ETy->getDecl()->getIntegerType();
301 argTy = C.getCanonicalType(argTy).getUnqualifiedType()
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 261 MatchKind matchesType(ASTContext &C, QualType argTy) const;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 574 Type* argTy = static_cast<Type*>(*PI);
575 printType(argTy);
576 std::string argName(getCppName(argTy));
    [all...]

Completed in 100 milliseconds