Searched defs:L_B (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp889 SourceLocation L_B = B->getLocStart(); local
890 assert(L_A.isValid() && L_B.isValid());
891 return SM.isBeforeInTranslationUnit(L_A, L_B);

Completed in 43 milliseconds