Searched refs:Ln (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) argument
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {

Completed in 119 milliseconds