Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4091 SourceLocation SecColonLoc; in ParseOpenMPIteratorsExpr() local
4096 SecColonLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4118 D.SecColonLoc = SecColonLoc; in ParseOpenMPIteratorsExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp979 SourceLocation SecColonLoc; in VisitOMPIteratorExpr() local
981 SecColonLoc = readSourceLocation(); in VisitOMPIteratorExpr()
982 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5613 SourceLocation SecColonLoc; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h11022 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()
H A DSemaExpr.cpp5459 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()