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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 152 bool isCanonicalAsParam() const {
153 return Stored.isCanonicalAsParam();
Type.h 730 bool isCanonicalAsParam() const;
6475 inline bool QualType::isCanonicalAsParam() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 748 [](CanQualType T) { return T.isCanonicalAsParam(); }));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4288 if (!ArgArray[i].isCanonicalAsParam())

Completed in 85 milliseconds