Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h66 DTOR_BEGIN = AutomaticObjectDtor, enumerator
176 assert(kind >= DTOR_BEGIN && kind <= DTOR_END); in CFGElement()
187 return kind >= DTOR_BEGIN && kind <= DTOR_END; in isKind()