Searched defs:CFGElement (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h52 /// CFGElement - Represents a top-level expression in a basic block.
53 class CFGElement { class in namespace:clang
75 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = nullptr) function in class:clang::CFGElement
81 CFGElement() {} function in class:clang::CFGElement
84 /// \brief Convert to the specified CFGElement type, asserting that this
85 /// CFGElement is of the desired type.
90 CFGElement& e = t;
95 /// \brief Convert to the specified CFGElement type, returning None if this
96 /// CFGElement is not of the desired type.
102 CFGElement
[all...]

Completed in 71 milliseconds