Home
last modified time | relevance | path

Searched refs:LClose (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h363 SourceLocation LOpen, LClose; variable
404 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation()
405 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange()
424 LClose = (P.*Consumer)(); in consumeClose()
DParser.cpp1955 LClose = P.ConsumeAnyToken(); in diagnoseMissingClose()
/external/svox/pico/lib/
Dpicoos.c1020 static picoos_bool LClose(picoos_Common g, picoos_File * f) in LClose() function
1266 return LClose(g, f); in picoos_CloseBinary()