Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2253 type_object_range type_objects() const { in type_objects() function
2449 for (const auto &Chunk : type_objects()) in hasTrailingReturnType()
2458 for (const auto &Chunk : type_objects()) in getTrailingReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3732 for (auto &C : D.type_objects()) { in warnAboutRedundantParens()
5479 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp10593 for (auto &Chunk : D.type_objects()) { in CheckConversionDeclarator()
10823 for (const DeclaratorChunk &Chunk : llvm::reverse(D.type_objects())) { in CheckDeductionGuideDeclarator()