OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFunctionDecl
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
CommentSema.cpp
84
if (!
isFunctionDecl
())
580
if (
isFunctionDecl
()) {
703
if (!
isFunctionDecl
()) {
791
bool Sema::
isFunctionDecl
() {
800
return
isFunctionDecl
() && ThisDeclInfo->CurrentDecl &&
817
return
isFunctionDecl
() && ThisDeclInfo->CurrentDecl &&
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 816 milliseconds