Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h298 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSpecifierType)
DType.h1942 bool isSpecifierType() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h314 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSpecifierType)
DType.h2383 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
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp148 while (!BaseType->isSpecifierType()) { in GetBaseType()
DTypePrinter.cpp297 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()
DType.cpp2763 bool Type::isSpecifierType() const { in isSpecifierType() function in Type