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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3757   const AttributedType *getCallingConvAttributedType(QualType T) const;

References

tools/clang/lib/Sema/SemaDecl.cpp
 3292     bool NewCCExplicit = getCallingConvAttributedType(New->getType());
 3309       bool FirstCCExplicit = getCallingConvAttributedType(First->getType());
tools/clang/lib/Sema/SemaType.cpp
 7017     if (S.getCallingConvAttributedType(type)) {