Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp711 E->setAccessorLoc(ReadSourceLocation(Record, Idx)); in VisitExtVectorElementExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h4449 void setAccessorLoc(SourceLocation L) { AccessorLoc = L; } in setAccessorLoc() function