Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4220 SourceLocation SecColonLoc; in ParseOpenMPIteratorsExpr() local
4225 SecColonLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4246 D.SecColonLoc = SecColonLoc; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1424 SourceLocation SecColonLoc; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1012 SourceLocation SecColonLoc; in VisitOMPIteratorExpr() local
1014 SecColonLoc = readSourceLocation(); in VisitOMPIteratorExpr()
1015 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13375 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()
H A DSemaOpenMP.cpp24611 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()