Home
last modified time | relevance | path

Searched refs:setColonLocFirst (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h119 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L; } in setColonLocFirst() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp945 E->setColonLocFirst(readSourceLocation()); in VisitOMPArraySectionExpr()