Searched refs:CFGBuilder (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp10 // This file defines the CFG and CFGBuilder classes for representing and
42 class CFGBuilder;
63 bool alwaysAdd(CFGBuilder &builder,
82 /// - Init CFGBuilder::ScopePos with invalid position (equivalent for null),
84 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
85 /// and set CFGBuilder::ScopePos to the end of new scope,
86 /// - On every occurrence of VarDecl increase CFGBuilder::ScopePos if it points
91 /// between CFGBuilder::ScopePos and local scope position saved for jump
93 /// jump target position will be on the path to root from CFGBuilder::ScopePos
220 /// and is used by the CFGBuilder t
289 class CFGBuilder { class in namespace:__anon3035
336 explicit CFGBuilder(ASTContext *astContext, function in class:__anon3035::CFGBuilder
[all...]

Completed in 112 milliseconds