Searched refs:Validator (Results 1 – 5 of 5) sorted by relevance
1047 auto Validator = llvm::make_unique<CastExpressionIdValidator>( in ParseCastExpression() local1049 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()1051 Validator->WantExpressionKeywords = false; in ParseCastExpression()1052 Validator->WantRemainingKeywords = false; in ParseCastExpression()1054 Validator->WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()1059 isAddressOfOperand, std::move(Validator), in ParseCastExpression()
1335 auto Validator = llvm::make_unique<DeclFilterCCC<ObjCIvarDecl>>(); in LookupMemberExpr() local1336 Validator->IsObjCIvarLookup = IsArrow; in LookupMemberExpr()1339 std::move(Validator), Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
1321 Regex Validator("^[a-zA-Z0-9_-]*$"); in ValidateCheckPrefix() local1322 return Validator.match(CheckPrefix); in ValidateCheckPrefix()
181 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH() local189 /*FindModuleFileExtensions=*/false, Validator, in collectIncludePCH()
29 The main components are the Validator that validates the security