Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h222 void setForeign(bool B) const { Foreign = B; } in setForeign() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1169 Call->setForeign(RD.isForeign()); in defaultEvalCall()