Home
last modified time | relevance | path

Searched refs:isSpecifierType (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h298 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSpecifierType)
DType.h1942 bool isSpecifierType() const;
/external/clang/lib/AST/
DDeclPrinter.cpp120 while (!BaseType->isSpecifierType()) { in GetBaseType()
DTypePrinter.cpp254 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()
DType.cpp2352 bool Type::isSpecifierType() const { in isSpecifierType() function in Type