OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markSafeWeakUse
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
ScopeInfo.cpp
133
void FunctionScopeInfo::
markSafeWeakUse
(const Expr *E) {
137
markSafeWeakUse
(POE->getSyntacticForm());
142
markSafeWeakUse
(Cond->getTrueExpr());
143
markSafeWeakUse
(Cond->getFalseExpr());
149
markSafeWeakUse
(Cond->getCommon());
150
markSafeWeakUse
(Cond->getFalseExpr());
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/include/clang/Sema/
ScopeInfo.h
280
void
markSafeWeakUse
(const Expr *E);
Completed in 219 milliseconds