Searched refs:FoundProtRead (Results 1 – 1 of 1) sorted by relevance
52 const std::optional<int> FoundProtRead = tryExpandAsInteger("PROT_READ", PP); in checkASTDecl() local56 if (FoundProtRead && FoundProtWrite && FoundProtExec) { in checkASTDecl()57 ProtRead = *FoundProtRead; in checkASTDecl()