Home
last modified time | relevance | path

Searched refs:getChar16Type (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h219 IntType getChar16Type() const { return Char16Type; } in getChar16Type() function
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp601 DefineType("__CHAR16_TYPE__", TI.getChar16Type(), Builder); in InitializePredefinedMacros()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp969 Char16Ty = getFromTargetType(Target.getChar16Type()); in InitBuiltinTypes()