Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2316 type_object_range type_objects() const { in type_objects() function
2514 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2523 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3899 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5683 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp10881 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
11112 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()