OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnyFunctionDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
210
bool
isAnyFunctionDecl
();
/external/clang/lib/AST/
CommentSema.cpp
101
DiagSelect = (!
isAnyFunctionDecl
() && !isFunctionTemplateDecl())? 1 : 0;
104
DiagSelect = (!
isAnyFunctionDecl
() && !isFunctionTemplateDecl())? 2 : 0;
799
bool Sema::
isAnyFunctionDecl
() {
805
if (!
isAnyFunctionDecl
() && !isObjCMethodDecl())
[
all
...]
Completed in 56 milliseconds