OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasParameterOrArguments
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
TargetAttributesSema.cpp
238
if (Attr.
hasParameterOrArguments
()) {
255
if (Attr.
hasParameterOrArguments
()) {
SemaDeclAttr.cpp
[
all
...]
/external/clang/include/clang/Sema/
AttributeList.h
329
///
hasParameterOrArguments
- Return true if this attribute has a parameter,
331
bool
hasParameterOrArguments
() const { return ParmName || NumArgs; }
Completed in 33 milliseconds