Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4340 SourceLocation SecColonLoc; in ParseOpenMPIteratorsExpr() local
4345 SecColonLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4367 D.SecColonLoc = SecColonLoc; in ParseOpenMPIteratorsExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp999 SourceLocation SecColonLoc; in VisitOMPIteratorExpr() local
1001 SecColonLoc = readSourceLocation(); in VisitOMPIteratorExpr()
1002 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5910 SourceLocation SecColonLoc; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11405 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()
H A DSemaExpr.cpp5718 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()