Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp497 initFieldsGlobalsAndFuncs(getReferencedDecls(*InitialTargetStmt)); in initialize()
505 initFieldsGlobalsAndFuncs(getReferencedDecls(*InitialTargetFunc)); in initialize()
568 void Environment::initFieldsGlobalsAndFuncs(const ReferencedDecls &Referenced) { in initFieldsGlobalsAndFuncs() function in clang::dataflow::Environment
648 initFieldsGlobalsAndFuncs(getReferencedDecls(*FuncDecl)); in pushCallInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h737 void initFieldsGlobalsAndFuncs(const ReferencedDecls &Referenced);