Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1410 SourceLocation LBLoc, SourceLocation RBLoc) { in getArray()
1413 I.Loc = LBLoc; in getArray()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4612 SourceLocation LBLoc = ReadSourceLocation(*Loc.F, Record[3]); in readTypeRecord() local
4616 SourceRange(LBLoc, RBLoc)); in readTypeRecord()