Home
last modified time | relevance | path

Searched refs:IsCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DNodeIntrospection.h38 enum LocationCallFlags { NoFlags, ReturnsPointer, IsCast }; enumerator
46 bool isCast() const { return m_flags & IsCast; } in isCast()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp125 "getAs<clang::TypeSpecTypeLoc>", LocationCall::IsCast), in TEST()