Home
last modified time | relevance | path

Searched defs: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/llvm-project/clang/include/clang/AST/
DASTContext.h1151 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function