Home
last modified time | relevance | path

Searched defs:CompleteType (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/benchmark/detail/
Dcatch_complete_invoke.hpp23 struct CompleteType { using type = T; }; struct
25 struct CompleteType<void> { struct type {}; }; argument
/external/clang/lib/AST/
DExternalASTSource.cpp52 void ExternalASTSource::CompleteType(TagDecl *Tag) {} in CompleteType() function in ExternalASTSource
54 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} in CompleteType() function in ExternalASTSource
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp257 void ChainedIncludesSource::CompleteType(TagDecl *Tag) { in CompleteType() function in ChainedIncludesSource
260 void ChainedIncludesSource::CompleteType(ObjCInterfaceDecl *Class) { in CompleteType() function in ChainedIncludesSource
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp125 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { in CompleteType() function in MultiplexExternalSemaSource
130 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { in CompleteType() function in MultiplexExternalSemaSource
/external/catch2/single_include/catch2/
Dcatch.hpp6506 struct CompleteType { using type = T; }; argument
6508 struct CompleteType<void> { struct type {}; }; struct
/external/libabigail/tests/lib/
Dcatch.hpp6540 struct CompleteType { using type = T; }; argument
6542 struct CompleteType<void> { struct type {}; }; struct