Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1293 bool InvalidTemp = false; in findNextToken() local
1294 StringRef File = SM.getBufferData(LocInfo.first, &InvalidTemp); in findNextToken()
1295 if (InvalidTemp) in findNextToken()