Home
last modified time | relevance | path

Searched refs:isRestrict (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DIssueHash.cpp68 if (TargetT->isRestrict()) in GetSignature()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp192 if (Ptr.isRestrict()) in visitKnownRecord()
H A DTypeDumpVisitor.cpp372 W->printNumber("IsRestrict", Ptr.isRestrict()); in visitKnownRecord()
H A DTypeRecordMapping.cpp405 if (Record.isRestrict()) in visitKnownRecord()
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp894 Hash.AddBoolean(T->isRestrict()); in VisitFunctionType()
H A DDeclPrinter.cpp703 if (FT->isRestrict()) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp549 attributeOnlyIfTrue("restrict", T->isRestrict()); in VisitFunctionProtoType()
H A DTextNodeDumper.cpp1521 if (T->isRestrict()) in VisitFunctionProtoType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h336 bool isRestrict() const { in isRestrict() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h3900 bool isRestrict() const { return getFastTypeQuals().hasRestrict(); }
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3193 if (Proto->isRestrict()) in AddFunctionTypeQualsToCompletionString()