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 257 bool ArgType::matchesType(ASTContext &C, QualType argTy) const {
260 const PointerType *PT = argTy->getAs<PointerType>();
268 argTy = PT->getPointeeType();
279 if (const EnumType *ETy = argTy->getAs<EnumType>())
280 argTy = ETy->getDecl()->getIntegerType();
282 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
296 if (const EnumType *ETy = argTy->getAs<EnumType>())
297 argTy = ETy->getDecl()->getIntegerType();
298 argTy = C.getCanonicalType(argTy).getUnqualifiedType()
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 247 bool matchesType(ASTContext &C, QualType argTy) const;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 569 Type* argTy = static_cast<Type*>(*PI);
570 printType(argTy);
571 std::string argName(getCppName(argTy));
    [all...]

Completed in 621 milliseconds