HomeSort by relevance Sort by last modified time
    Searched refs:isNotUsableTU (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/libclang/
CXTranslationUnit.h 53 static inline bool isNotUsableTU(CXTranslationUnit TU) {
CIndexInclusionStack.cpp 76 if (cxtu::isNotUsableTU(TU)) {
CIndexDiagnostic.cpp 213 if (cxtu::isNotUsableTU(Unit)) {
223 if (cxtu::isNotUsableTU(Unit)) {
240 if (cxtu::isNotUsableTU(Unit)) {
CXSourceLocation.cpp 125 if (cxtu::isNotUsableTU(TU)) {
158 if (cxtu::isNotUsableTU(TU)) {
CIndex.cpp     [all...]
CIndexHigh.cpp 483 if (cxtu::isNotUsableTU(TU)) {
CIndexCodeCompletion.cpp 664 if (cxtu::isNotUsableTU(TU)) {
    [all...]
Indexing.cpp 639 if (isNotUsableTU(TU)) {
    [all...]

Completed in 80 milliseconds