Home
last modified time | relevance | path

Searched refs:getConstType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1031 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4076 S.Context, S.Context.getConstType(S.Context.IntTy), /*consume*/ false); in makeLaunchBoundsArgExpr()