OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isClassOrStructDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
220
bool
isClassOrStructDecl
();
/external/clang/lib/AST/
CommentSema.cpp
133
DiagSelect = (!
isClassOrStructDecl
() && !isClassTemplateDecl()) ? 1 : 0;
147
DiagSelect = !
isClassOrStructDecl
() ? 4 : 0;
856
return isUnionDecl() ||
isClassOrStructDecl
()
871
bool Sema::
isClassOrStructDecl
() {
[
all
...]
Completed in 336 milliseconds