Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp68 if (TargetT->isRestrict()) in GetSignature()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp188 if (Ptr.isRestrict()) in visitKnownRecord()
H A DTypeDumpVisitor.cpp371 W->printNumber("IsRestrict", Ptr.isRestrict()); in visitKnownRecord()
H A DTypeRecordMapping.cpp385 if (Record.isRestrict()) in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp893 Hash.AddBoolean(T->isRestrict()); in VisitFunctionType()
H A DDeclPrinter.cpp702 if (FT->isRestrict()) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp518 attributeOnlyIfTrue("restrict", T->isRestrict()); in VisitFunctionProtoType()
H A DTextNodeDumper.cpp1454 if (T->isRestrict()) in VisitFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h335 bool isRestrict() const { in isRestrict() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3831 bool isRestrict() const { return getFastTypeQuals().hasRestrict(); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3186 if (Proto->isRestrict()) in AddFunctionTypeQualsToCompletionString()