Searched refs:getUTTKind (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h598 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(UnaryTransformType::UTTKind, getUTTKind)
H A DType.h3278 UTTKind getUTTKind() const { return UKind; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp780 switch (T->getUTTKind()) {
795 switch (T->getUTTKind()) {
H A DItaniumMangle.cpp2421 switch (T->getUTTKind()) {
H A DASTImporter.cpp1699 T->getUTTKind());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp247 Record.push_back(T->getUTTKind());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h4622 T->getUTTKind(),

Completed in 270 milliseconds