HomeSort by: relevance | last modified time | path
    Searched refs:isSpecifierType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 314 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSpecifierType)
Type.h 2391 bool isSpecifierType() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 152 while (!BaseType->isSpecifierType()) {
TypePrinter.cpp 300 if (Policy.SuppressSpecifiers && T->isSpecifierType())
Type.cpp 2767 bool Type::isSpecifierType() const {

Completed in 26 milliseconds