OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidPointerAttrType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
1442
bool Sema::
isValidPointerAttrType
(QualType T, bool RefOkay) {
1470
if (!S.
isValidPointerAttrType
(T)) {
1511
if (T->isDependentType() || S.
isValidPointerAttrType
(T))
1561
if (!S.
isValidPointerAttrType
(T, /* RefOkay */ true)) {
1588
if (!
isValidPointerAttrType
(ResultType, /* RefOkay */ true)) {
1637
!
isValidPointerAttrType
(ResultType, /* RefOkay */ true)) {
SemaChecking.cpp
4472
if (S.
isValidPointerAttrType
(Arg->getType()))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4279
bool
isValidPointerAttrType
(QualType T, bool RefOkay = false);
Completed in 37 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026