Searched defs:AttributeCommonInfo (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 79 AttributeCommonInfo(SourceRange AttrRange) in AttributeCommonInfo() function 83 AttributeCommonInfo(SourceLocation AttrLoc) in AttributeCommonInfo() function 87 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 95 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 102 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 110 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo() function 116 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed) in AttributeCommonInfo() function 121 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, in AttributeCommonInfo() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Attr.h | 35 class AttributeCommonInfo; variable
|