Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1840 setIdentLoc(IL); in LabelStmt()
1847 void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; } in setIdentLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp197 S->setIdentLoc(readSourceLocation()); in VisitLabelStmt()