Home
last modified time | relevance | path

Searched defs:HasType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp43 struct HasType : std::false_type {}; struct
46 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
/llvm-project/libcxx/test/libcxx/type_traits/
H A Dlazy_metafunctions.pass.cpp62 struct HasType : HasTypeImp<Type>::type {}; global() struct
/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h40 bool HasType; member
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp310 TEST(HasType,TakesQualTypeMatcherAndMatchesExpr) TEST() argument
322 TEST(HasType,TakesQualTypeMatcherAndMatchesValueDecl) TEST() argument
333 TEST(HasType,TakesQualTypeMatcherAndMatchesCXXBaseSpecifier) TEST() argument
342 TEST(HasType,TakesDeclMatcherAndMatchesExpr) TEST() argument
351 TEST(HasType,TakesDeclMatcherAndMatchesValueDecl) TEST() argument
359 TEST(HasType,TakesDeclMatcherAndMatchesCXXBaseSpecifier) TEST() argument
368 TEST(HasType,MatchesTypedefDecl) TEST() argument
378 TEST(HasType,MatchesTypedefNameDecl) TEST() argument
1256 TEST(HasType,MatchesParameterVariableTypesStrictly) TEST() argument
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h775 bool HasType() const { return HasCompilerType(); } HasType() function
/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp135 bool HasType) { in EmitKCFITypePadding() argument
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h75 HasType, enumerator
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp286 bool HasType = false; in collectStatsForDie() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2349 bool HasType = Record[i] == 6; parseAttributeGroupBlock() local