Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
DMultipleInheritanceCheck.cpp85 bool CurrentClassIsInterface = isCurrentClassInterface(Node); in isInterface() local
86 addNodeToInterfaceMap(Node, CurrentClassIsInterface); in isInterface()
87 return CurrentClassIsInterface; in isInterface()