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
206
bool
isAnyFunctionDecl
();
/external/clang/lib/AST/
CommentSema.cpp
106
DiagSelect = (!
isAnyFunctionDecl
() && !isFunctionTemplateDecl())? 1 : 0;
109
DiagSelect = (!
isAnyFunctionDecl
() && !isFunctionTemplateDecl())? 2 : 0;
810
bool Sema::
isAnyFunctionDecl
() {
816
if (!
isAnyFunctionDecl
() && !isObjCMethodDecl() && !isFunctionTemplateDecl())
[
all
...]
Completed in 61 milliseconds