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

/external/clang/include/clang/Analysis/
H A DCFG.h46 /// CFGElement - Represents a top-level expression in a basic block.
47 class CFGElement { class in namespace:clang
68 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = 0) function in class:clang::CFGElement
73 CFGElement() {} function in class:clang::CFGElement
92 static bool classof(const CFGElement *E) { return true; }
95 class CFGStmt : public CFGElement {
97 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
103 static bool classof(const CFGElement *E) {
110 class CFGInitializer : public CFGElement {
113 : CFGElement(Initialize
[all...]

Completed in 43 milliseconds