OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjCMethodDecl
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
216
bool
isObjCMethodDecl
();
/external/clang/lib/AST/
CommentSema.cpp
107
DiagSelect = !
isObjCMethodDecl
() ? 3 : 0;
110
DiagSelect = !
isObjCMethodDecl
() ? 4 : 0;
805
if (!isAnyFunctionDecl() && !
isObjCMethodDecl
())
816
bool Sema::
isObjCMethodDecl
() {
[
all
...]
/external/clang/lib/Parse/
ParseObjc.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 239 milliseconds