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

/external/clang/include/clang/Analysis/
H A DCFG.h47 /// CFGElement - Represents a top-level expression in a basic block.
48 class CFGElement { class in namespace:clang
68 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = 0) function in class:clang::CFGElement
72 CFGElement() {} function in class:clang::CFGElement
75 /// \brief Convert to the specified CFGElement type, asserting that this
76 /// CFGElement is of the desired type.
81 CFGElement& e = t;
86 /// \brief Convert to the specified CFGElement type, returning None if this
87 /// CFGElement is not of the desired type.
93 CFGElement
[all...]

Completed in 57 milliseconds