Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentLexer.cpp838 bool InvalidTemp = false; in getSpelling() local
839 StringRef File = SourceMgr.getBufferData(LocInfo.first, &InvalidTemp); in getSpelling()
840 if (InvalidTemp) { in getSpelling()
/external/clang/lib/Lex/
DLexer.cpp1171 bool InvalidTemp = false; in findLocationAfterToken() local
1172 StringRef File = SM.getBufferData(LocInfo.first, &InvalidTemp); in findLocationAfterToken()
1173 if (InvalidTemp) in findLocationAfterToken()