HomeSort by: relevance | last modified time | path
    Searched refs:getCanonicalTypeUnqualified (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp 231 RefTy->getPointeeType()->getCanonicalTypeUnqualified() == BoolTy) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 214 inline CanQualType Type::getCanonicalTypeUnqualified() const {
Type.h 2455 CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 153 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 28 : T(T->getCanonicalTypeUnqualified().getTypePtr()) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 91 return MD->getType()->getCanonicalTypeUnqualified()
100 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
264 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
273 FTy = FT->getCanonicalTypeUnqualified();
442 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified();
CGObjCMac.cpp 243 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy};
259 Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(),
287 Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
CGOpenMPRuntime.cpp 11296 CDT = CDT->getCanonicalTypeUnqualified();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 562 return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified());
SemaDeclCXX.cpp 5858 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType();
11900 CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified()
11903 CanQualType BaseType = Base.getType()->getCanonicalTypeUnqualified();
17750 NoexceptExpr->getType()->getCanonicalTypeUnqualified() ==
SemaCodeComplete.cpp 5140 T1->getCanonicalTypeUnqualified() ==
5141 T2->getCanonicalTypeUnqualified();
SemaOverload.cpp 2943 if (cast<FunctionProtoType>(FromFunction->getCanonicalTypeUnqualified())
2945 cast<FunctionProtoType>(ToFunction->getCanonicalTypeUnqualified())

Completed in 120 milliseconds