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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2773 QualType getCorrespondingSignedFixedPointType(QualType Ty) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11515 QualType ASTContext::getCorrespondingSignedFixedPointType(QualType Ty) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1401 LHSTy = S.Context.getCorrespondingSignedFixedPointType(LHSTy);
1403 RHSTy = S.Context.getCorrespondingSignedFixedPointType(RHSTy);

Completed in 78 milliseconds