OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTypeAttr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp
190
bool ParsedAttr::
isTypeAttr
() const { return getInfo().IsType; }
SemaType.cpp
815
if (AL.isInvalid() || !AL.
isTypeAttr
())
8049
bool
IsTypeAttr
= attr.
isTypeAttr
();
8052
IsTypeAttr
8056
if (!
IsTypeAttr
)
SemaDeclAttr.cpp
7712
assert(AL.
isTypeAttr
() && "Non-type attribute not handled");
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
599
bool
isTypeAttr
() const;
Completed in 29 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026