Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3683 SourceLocation SecColonLoc; in ParseOpenMPIteratorsExpr() local
3688 SecColonLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
3710 D.SecColonLoc = SecColonLoc; in ParseOpenMPIteratorsExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp994 SourceLocation SecColonLoc; in VisitOMPIteratorExpr() local
996 SecColonLoc = readSourceLocation(); in VisitOMPIteratorExpr()
997 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5332 SourceLocation SecColonLoc; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10759 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()
H A DSemaExpr.cpp5294 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()