HomeSort by: relevance | last modified time | path
    Searched defs:getCharacterData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 260 const char *FullSourceLoc::getCharacterData(bool *Invalid) const {
262 return SrcMgr->getCharacterData(*this, Invalid);
SourceManager.cpp 1153 /// getCharacterData - Return a pointer to the start of the specified location
1155 const char *SourceManager::getCharacterData(SourceLocation SL,

Completed in 44 milliseconds