Searched refs:isNotUsableTU (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXTranslationUnit.h59 static inline bool isNotUsableTU(CXTranslationUnit TU) { function in namespace:clang::cxtu
H A DRewrite.cpp17 if (clang::cxtu::isNotUsableTU(TU)) {
H A DCIndexInclusionStack.cpp71 if (cxtu::isNotUsableTU(TU)) {
H A DCIndexDiagnostic.cpp200 if (cxtu::isNotUsableTU(Unit)) {
210 if (cxtu::isNotUsableTU(Unit)) {
227 if (cxtu::isNotUsableTU(Unit)) {
H A DCXExtractAPI.cpp78 if (cxtu::isNotUsableTU(tu) || !out_api)
H A DCXSourceLocation.cpp119 if (cxtu::isNotUsableTU(TU)) {
153 if (cxtu::isNotUsableTU(TU)) {
H A DCIndexHigh.cpp480 if (cxtu::isNotUsableTU(TU)) {
H A DCIndex.cpp4378 if (isNotUsableTU(TU)) {
4462 if (isNotUsableTU(TU)) {
4527 if (isNotUsableTU(CTUnit)) {
4537 if (isNotUsableTU(TU)) {
4547 if (isNotUsableTU(CTUnit)) {
4562 assert(!isNotUsableTU(CTUnit) &&
4576 assert(!isNotUsableTU(CTUnit) &&
4611 if (isNotUsableTU(TU)) {
4627 if (isNotUsableTU(TU)) {
4646 if (isNotUsableTU(T
[all...]
H A DCIndexCodeCompletion.cpp708 if (cxtu::isNotUsableTU(TU)) {
H A DIndexing.cpp671 if (isNotUsableTU(TU)) {

Completed in 104 milliseconds