Home
last modified time | relevance | path

Searched refs:EmitFieldAnnotations (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2464 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations() function in CodeGenFunction
H A DCodeGenFunction.h4509 Address EmitFieldAnnotations(const FieldDecl *D, Address V);
H A DCGExpr.cpp4523 addr = EmitFieldAnnotations(field, addr); in EmitLValueForField()