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