Searched defs:AttributeCommonInfo (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 76 AttributeCommonInfo(SourceRange AttrRange) in AttributeCommonInfo() function 80 AttributeCommonInfo(SourceLocation AttrLoc) in AttributeCommonInfo() function 84 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 92 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 99 AttributeCommonInfo(const IdentifierInfo *AttrName, in AttributeCommonInfo() function 107 AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, in AttributeCommonInfo() function 113 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed) in AttributeCommonInfo() function 118 AttributeCommonInfo(SourceRange AttrRange, Kind K, Syntax SyntaxUsed, in AttributeCommonInfo() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Attr.h | 36 class AttributeCommonInfo; variable
|