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