Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.h4020 enterNonTrivialFullExpression(E);
4022 void enterNonTrivialFullExpression(const FullExpr *E);
HDCGBlocks.cpp865 void CodeGenFunction::enterNonTrivialFullExpression(const FullExpr *E) { in enterNonTrivialFullExpression() function in CodeGenFunction