Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1852 setIdentLoc(IL); in LabelStmt()
1859 void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; } in setIdentLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp198 S->setIdentLoc(readSourceLocation()); in VisitLabelStmt()