Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp845 bool InvalidTemp = false; in getSpelling() local
846 StringRef File = SourceMgr.getBufferData(LocInfo.first, &InvalidTemp); in getSpelling()
847 if (InvalidTemp) { in getSpelling()
/external/clang/lib/Lex/
DLexer.cpp1198 bool InvalidTemp = false; in findLocationAfterToken() local
1199 StringRef File = SM.getBufferData(LocInfo.first, &InvalidTemp); in findLocationAfterToken()
1200 if (InvalidTemp) in findLocationAfterToken()