Home
last modified time | relevance | path

Searched refs:Validator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1047 auto Validator = llvm::make_unique<CastExpressionIdValidator>( in ParseCastExpression() local
1049 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1335 auto Validator = llvm::make_unique<DeclFilterCCC<ObjCIvarDecl>>(); in LookupMemberExpr() local
1336 Validator->IsObjCIvarLookup = IsArrow; in LookupMemberExpr()
1339 std::move(Validator), Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp1321 Regex Validator("^[a-zA-Z0-9_-]*$"); in ValidateCheckPrefix() local
1322 return Validator.match(CheckPrefix); in ValidateCheckPrefix()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp181 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH() local
189 /*FindModuleFileExtensions=*/false, Validator, in collectIncludePCH()
/freebsd-12.1/contrib/unbound/doc/
H A Drequirements.txt29 The main components are the Validator that validates the security