OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasRestrict
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1218
bool
HasRestrict
: 1;
1602
I.Ref.
HasRestrict
= (TypeQuals & DeclSpec::TQ_restrict) != 0;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
7898
bool
hasRestrict
= VisibleQuals.
hasRestrict
();
7909
(!
hasRestrict
||
8135
if (VRQuals.
hasRestrict
() && VRQuals.hasVolatile())
8226
bool
HasRestrict
) {
8246
if (
HasRestrict
&& CandidateTy->isAnyPointerType() &&
8323
VisibleTypeConversionsQuals.
hasRestrict
());
8348
VisibleTypeConversionsQuals.
hasRestrict
()));
8807
VisibleTypeConversionsQuals.
hasRestrict
()) {
8851
VisibleTypeConversionsQuals.
hasRestrict
()) {
[
all
...]
SemaType.cpp
1859
if (Qs.
hasRestrict
()) {
4856
if (DeclType.Ref.
HasRestrict
)
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026