Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h206 AnyType = Any | Class | Struct | Union | Enum | Typedef enumerator
/external/llvm-project/llvm/unittests/FuzzMutate/
DOperationsTest.cpp109 auto AnyType = anyType(); in TEST() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp74 static const TypeMatcher AnyType() { return anything(); } in AnyType() function
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp70 static constexpr CategorySet AnyType{IntrinsicType | DerivedType}; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1297 const TypeMatcher AnyType = anything(); in TEST() local
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp2119 const TypeMatcher AnyType = anything(); in TEST_P() local