Home
last modified time | relevance | path

Searched defs:CallKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp346 IteratorCallKind CallKind; member
360 IteratorCallKind CallKind = IteratorCallKind::ICK_Member; in getContainerExpr() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp35 enum class CallKind { Function, Method, InstanceOf }; enum in __anon54ba1d9e0111::CastValueChecker