OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclAttrs
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclBase.cpp
509
AttrVec &AttrBlank = getASTContext().
getDeclAttrs
(this);
525
return getASTContext().
getDeclAttrs
(this);
543
std::swap(Context.
getDeclAttrs
(this), Context.
getDeclAttrs
(RHS));
548
Context.
getDeclAttrs
(RHS) = Context.
getDeclAttrs
(this);
[
all
...]
ASTContext.cpp
457
AttrVec& ASTContext::
getDeclAttrs
(const Decl *D) {
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
369
AttrVec&
getDeclAttrs
(const Decl *D);
[
all
...]
Completed in 26 milliseconds