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 236 bool ArgType::matchesType(ASTContext &C, QualType argTy) const {
239 const PointerType *PT = argTy->getAs<PointerType>();
247 argTy = PT->getPointeeType();
258 if (const EnumType *ETy = argTy->getAs<EnumType>())
259 argTy = ETy->getDecl()->getIntegerType();
261 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
275 if (const EnumType *ETy = argTy->getAs<EnumType>())
276 argTy = ETy->getDecl()->getIntegerType();
277 argTy = C.getCanonicalType(argTy).getUnqualifiedType()
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 239 bool matchesType(ASTContext &C, QualType argTy) const;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 560 Type* argTy = static_cast<Type*>(*PI);
561 printType(argTy);
562 std::string argName(getCppName(argTy));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 538 milliseconds