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.cpp4283 SourceLocation SecColonLoc; in ParseOpenMPIteratorsExpr() local
4288 SecColonLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr()
4310 D.SecColonLoc = SecColonLoc; in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1004 SourceLocation SecColonLoc; in VisitOMPIteratorExpr() local
1006 SecColonLoc = readSourceLocation(); in VisitOMPIteratorExpr()
1007 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1354 SourceLocation SecColonLoc; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12257 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()
H A DSemaOpenMP.cpp23628 IDElem.SecondColonLoc = D.SecColonLoc; in ActOnOMPIteratorExpr()