Home
last modified time | relevance | path

Searched refs:invalidTemp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp330 bool invalidTemp = false; in canReplaceText() local
331 StringRef file = SourceMgr.getBufferData(Offs.getFID(), &invalidTemp); in canReplaceText()
332 if (invalidTemp) in canReplaceText()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp387 bool invalidTemp = false; in getSpelling() local
388 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in getSpelling()
389 if (invalidTemp) { in getSpelling()
1045 bool invalidTemp = false; in getSourceText() local
1046 StringRef file = SM.getBufferData(beginInfo.first, &invalidTemp); in getSourceText()
1047 if (invalidTemp) { in getSourceText()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp315 bool invalidTemp = false; in LocPropertyAttribute() local
316 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); in LocPropertyAttribute()
317 if (invalidTemp) in LocPropertyAttribute()