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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 892 return withoutLocalFastQualifiers().withFastQualifiers(TQs);
896 QualType withoutLocalFastQualifiers() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 6069 Arg1Ty->getPointeeType().withoutLocalFastQualifiers() != Context.CharTy)
6077 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy)
11480 bool IsCharTy = OtherT.withoutLocalFastQualifiers() == S.Context.CharTy;
SemaDecl.cpp 5450 return Ty.withoutLocalFastQualifiers();
SemaDeclCXX.cpp 7858 << BestFD->getCallResultType().withoutLocalFastQualifiers();

Completed in 57 milliseconds