Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2383 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations() function in CodeGenFunction
H A DCodeGenFunction.h4437 Address EmitFieldAnnotations(const FieldDecl *D, Address V);
H A DCGExpr.cpp4433 addr = EmitFieldAnnotations(field, addr); in EmitLValueForField()