Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp852 bool InvalidTemp = false; in getSpelling() local
853 StringRef File = SourceMgr.getBufferData(LocInfo.first, &InvalidTemp); in getSpelling()
854 if (InvalidTemp) in getSpelling()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1338 bool InvalidTemp = false; in findNextToken() local
1339 StringRef File = SM.getBufferData(LocInfo.first, &InvalidTemp); in findNextToken()
1340 if (InvalidTemp) in findNextToken()