Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp431 return ast_ctx.getConstType(target_type); in BuildType()
/external/clang/include/clang/AST/
DASTContext.h906 QualType getConstType(QualType T) const { return T.withConst(); } in getConstType() function