Home
last modified time | relevance | path

Searched refs:FindType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp114 enum class FindType { enum
122 static cl::opt<FindType> Find(
716 if (Find != FindType::None) in getAction()
728 if (Find != FindType::None) in getAction()
747 if (Find != FindType::Type) in getAction()
766 case FindType::None: in getAction()
772 case FindType::Function: in getAction()
783 case FindType::Block: in getAction()
792 case FindType::Namespace: in getAction()
798 case FindType::Type: in getAction()
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp169 const DeclTypeSpec *Scope::FindType(const DeclTypeSpec &type) const { in FindType() function in Fortran::semantics::Scope
190 const auto *found{FindType(type)}; in MakeLengthlessType()
406 if (const auto *result{FindType(type)}) { in FindInstantiatedDerivedType()
H A Druntime-type-info.cpp269 if (const auto *spec{scope.FindType( in SaveNumericPointerTarget()
302 if (const DeclTypeSpec * spec{scope.FindType(typeSpec)}) { in SaveDerivedPointerTarget()
643 spec = schemata.FindType(typeSpec); in GetSchema()
648 spec = schemata.FindType(typeSpec); in GetSchema()
687 if (const auto *spec{scope.FindType(DeclTypeSpec{CharacterTypeSpec{ in SaveNameAsPointerTarget()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h205 const DeclTypeSpec *FindType(const DeclTypeSpec &) const;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1827 TEST(FindType, All) { in TEST() argument