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

Declarations

tools/clang/include/clang/Sema/ParsedAttr.h
  516   unsigned getSemanticSpelling() const;

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 5376       (MSInheritanceAttr::Spelling)AL.getSemanticSpelling());
 6278         AL.getSemanticSpelling()) {
tools/clang/lib/Sema/SemaType.cpp
 1250       return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling());
 7359     if (Attr.getSemanticSpelling() == OpenCLAccessAttr::Keyword_write_only) {