Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1601 setIdentLoc(IL); in LabelStmt()
1608 void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; } in setIdentLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp200 S->setIdentLoc(ReadSourceLocation()); in VisitLabelStmt()