Home
last modified time | relevance | path

Searched refs:ReadOnlyLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h565 SourceLocation ReadOnlyLoc; variable
577 SourceLocation LParenLoc, SourceLocation ReadOnlyLoc, in OpenACCCacheConstruct() argument
583 ParensLoc(LParenLoc, RParenLoc), ReadOnlyLoc(ReadOnlyLoc), in OpenACCCacheConstruct()
602 SourceLocation LParenLoc, SourceLocation ReadOnlyLoc,
608 bool hasReadOnly() const { return !ReadOnlyLoc.isInvalid(); } in hasReadOnly()
609 SourceLocation getReadOnlyLoc() const { return ReadOnlyLoc; } in getReadOnlyLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp335 SourceLocation LParenLoc, SourceLocation ReadOnlyLoc, in Create() argument
340 Start, DirectiveLoc, LParenLoc, ReadOnlyLoc, VarList, RParenLoc, End); in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1472 SourceLocation ReadOnlyLoc = getCurToken().getLocation(); in ParseOpenACCCacheVarList() local
1479 CacheInfo.ReadOnlyLoc = ReadOnlyLoc; in ParseOpenACCCacheVarList()
1564 : CacheInfo.ReadOnlyLoc), in ParseOpenACCDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6107 SourceLocation ReadOnlyLoc; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp3026 Record.AddSourceLocation(S->ReadOnlyLoc); in VisitOpenACCCacheConstruct()
H A DASTReaderStmt.cpp2931 S->ReadOnlyLoc = Record.readSourceLocation(); in VisitOpenACCCacheConstruct()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4233 SourceLocation ReadOnlyLoc, ArrayRef<Expr *> VarList, in RebuildOpenACCCacheConstruct() argument
4236 OpenACCDirectiveKind::Cache, BeginLoc, DirLoc, LParenLoc, ReadOnlyLoc, in RebuildOpenACCCacheConstruct()