Home
last modified time | relevance | path

Searched defs:CompleteType (Results 1 – 24 of 24) 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/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp19 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { in CompleteType() function in ClangExternalASTSourceCallbacks
23 void ClangExternalASTSourceCallbacks::CompleteType( in CompleteType() function in ClangExternalASTSourceCallbacks
DClangASTSource.h226 void CompleteType(clang::TagDecl *Tag) override { in CompleteType() function
230 void CompleteType(clang::ObjCInterfaceDecl *Class) override { in CompleteType() function
DASTUtils.h101 void CompleteType(clang::TagDecl *Tag) override { in CompleteType() function
105 void CompleteType(clang::ObjCInterfaceDecl *Class) override { in CompleteType() function
361 void CompleteType(clang::TagDecl *Tag) override { in CompleteType() function
370 void CompleteType(clang::ObjCInterfaceDecl *Class) override { in CompleteType() function
DClangASTSource.cpp278 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType() function in ClangASTSource
307 void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) { in CompleteType() function in ClangASTSource
DClangASTImporter.cpp510 bool ClangASTImporter::CompleteType(const CompilerType &compiler_type) { in CompleteType() function in ClangASTImporter
/external/llvm-project/clang/lib/AST/
DExternalASTSource.cpp49 void ExternalASTSource::CompleteType(TagDecl *Tag) {} in CompleteType() function in ExternalASTSource
51 void ExternalASTSource::CompleteType(ObjCInterfaceDecl *Class) {} in CompleteType() function in ExternalASTSource
DExternalASTMerger.cpp308 void ExternalASTMerger::CompleteType(TagDecl *Tag) { in CompleteType() function in ExternalASTMerger
325 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() function in ExternalASTMerger
/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/llvm-project/clang/test/SemaTemplate/
Dcxx17-inline-variables.cpp9 namespace CompleteType { namespace
/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/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp69 void CompleteType(clang::TagDecl *tag_decl) override { in CompleteType() function in lldb_private::AppleObjCExternalASTSource
87 void CompleteType(clang::ObjCInterfaceDecl *interface_decl) override { in CompleteType() function in lldb_private::AppleObjCExternalASTSource
/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/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp243 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType() function in SymbolFileSymtab
/external/llvm-project/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp133 void MultiplexExternalSemaSource::CompleteType(TagDecl *Tag) { in CompleteType() function in MultiplexExternalSemaSource
138 void MultiplexExternalSemaSource::CompleteType(ObjCInterfaceDecl *Class) { in CompleteType() function in MultiplexExternalSemaSource
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h99 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp636 bool PdbAstBuilder::CompleteType(clang::QualType qt) { in CompleteType() function in PdbAstBuilder
DSymbolFileNativePDB.cpp1543 bool SymbolFileNativePDB::CompleteType(CompilerType &compiler_type) { in CompleteType() function in SymbolFileNativePDB
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp749 bool SymbolFileDWARFDebugMap::CompleteType(CompilerType &compiler_type) { in CompleteType() function in SymbolFileDWARFDebugMap
DSymbolFileDWARF.cpp1445 bool SymbolFileDWARF::CompleteType(CompilerType &compiler_type) { in CompleteType() function in SymbolFileDWARF
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp588 bool SymbolFilePDB::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType() function in SymbolFilePDB
/external/catch2/single_include/catch2/
Dcatch.hpp6506 struct CompleteType { using type = T; }; struct
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
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5918 void CompleteType(TagDecl *Tag) override { in CompleteType() function