reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2177   CharUnits getAlignOfGlobalVarInChars(QualType T) const;

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1551       Name, CGM.getContext().getAlignOfGlobalVarInChars(Ty), IsConstant,
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4912   CharUnits Alignment = getContext().getAlignOfGlobalVarInChars(S->getType());
 4972     getContext().getAlignOfGlobalVarInChars(getContext().CharTy);