Home
last modified time | relevance | path

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

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