OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxAttrAlignment
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Attr.h
237
inline unsigned
getMaxAttrAlignment
(const AttrVec& V, ASTContext &Ctx) {
DeclBase.h
421
return hasAttrs() ?
getMaxAttrAlignment
(getAttrs(), getASTContext()) : 0;
[
all
...]
Completed in 45 milliseconds