Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2038 setIdentLoc(IL); in LabelStmt()
2045 void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; } in setIdentLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp199 S->setIdentLoc(readSourceLocation()); in VisitLabelStmt()