Searched defs:getAttrs (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp568 const AttrVec &Decl::getAttrs() const { function in class:Decl
/external/clang/tools/libclang/
H A DIndexingContext.h262 const CXIdxAttrInfo *const *getAttrs() const { function in class:clang::cxindex::AttrListInfo
/external/clang/include/clang/AST/
H A DDeclBase.h404 AttrVec &getAttrs() { function in class:clang::Decl
405 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
407 const AttrVec &getAttrs() const;
413 getAttrs().push_back(A);
423 return hasAttrs() ? getAttrs().begin() : 0;
426 return hasAttrs() ? getAttrs().end() : 0;
433 AttrVec &Attrs = getAttrs();
456 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : 0;
459 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
465 return hasAttrs() ? getMaxAttrAlignment(getAttrs(), getASTContex
[all...]
H A DStmt.h826 ArrayRef<const Attr*> getAttrs() const { function in class:clang::AttributedStmt
/external/clang/include/clang/Sema/
H A DDeclSpec.h1309 const AttributeList *getAttrs() const { function in struct:clang::DeclaratorChunk
1889 if (getTypeObject(i).getAttrs())
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 162 milliseconds