Searched refs:EmitFunctionDeclLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2018 static LValue EmitFunctionDeclLValue(CodeGenFunction &CGF, in EmitFunctionDeclLValue() function 2207 return EmitFunctionDeclLValue(*this, E, FD); in EmitDeclRefLValue() 3267 return EmitFunctionDeclLValue(*this, E, FD); in EmitMemberExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2578 static LValue EmitFunctionDeclLValue(CodeGenFunction &CGF, const Expr *E, in EmitFunctionDeclLValue() function 2840 return EmitFunctionDeclLValue(*this, E, FD); in EmitDeclRefLValue() 4170 return EmitFunctionDeclLValue(*this, E, FD); in EmitMemberExpr()
|