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

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

Completed in 120 milliseconds