Home
last modified time | relevance | path

Searched refs:ExternalSourceSymbol (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test69 // CHECK-NEXT: ExternalSourceSymbol ((SubjectMatchRule_record, SubjectMatchRule_enum, SubjectMatchR…
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2865 void ParseExternalSourceSymbolAttribute(IdentifierInfo &ExternalSourceSymbol,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp1324 IdentifierInfo &ExternalSourceSymbol, SourceLocation Loc, in ParseExternalSourceSymbolAttribute() argument
1419 Attrs.addNew(&ExternalSourceSymbol, SourceRange(Loc, T.getCloseLocation()), in ParseExternalSourceSymbolAttribute()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td941 def ExternalSourceSymbol : InheritableAttr {