Searched defs:getLocationOfByte (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp674 /// getLocationOfByte - Return a source location that points to the specified
682 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, function in class:StringLiteral
/external/clang/lib/Sema/
H A DSemaChecking.cpp45 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
1838 SourceLocation getLocationOfByte(const char *x);
1863 SourceLocation Start = getLocationOfByte(startSpecifier);
1864 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
1872 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { function in class:CheckFormatHandler
1879 getLocationOfByte(startSpecifier),
1889 getLocationOfByte(LM.getStart()),
1899 getLocationOfByte(CS.getStart()),
1910 getLocationOfByte(LM.getStart()),
1918 getLocationOfByte(startPo
[all...]

Completed in 48 milliseconds