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

  /external/clang/lib/Analysis/
FormatString.cpp 209 bool ArgTypeResult::matchesType(ASTContext &C, QualType argTy) const {
219 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
220 if (T == argTy)
223 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
254 const PointerType *PT = argTy->getAs<PointerType>();
274 const PointerType *PT = argTy->getAs<PointerType>();
290 argTy->isPromotableIntegerType()
291 ? C.getPromotedIntegerType(argTy) : argTy;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 220 bool matchesType(ASTContext &C, QualType argTy) const;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 523 Type* argTy = static_cast<Type*>(*PI);
524 printType(argTy);
525 std::string argName(getCppName(argTy));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 389 milliseconds