Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h2362 enterNonTrivialFullExpression(E); in enterFullExpression()
2364 void enterNonTrivialFullExpression(const ExprWithCleanups *E);
DCGBlocks.cpp634 void CodeGenFunction::enterNonTrivialFullExpression(const ExprWithCleanups *E) { in enterNonTrivialFullExpression() function in CodeGenFunction