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

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp31 static bool isASTUnitSourceLocation(const CXSourceLocation &L) { function
60 if (!isASTUnitSourceLocation(begin)) {
61 if (isASTUnitSourceLocation(end))
239 if (!isASTUnitSourceLocation(location)) {
280 if (!isASTUnitSourceLocation(location)) {
322 if (!isASTUnitSourceLocation(location)) {
360 if (!isASTUnitSourceLocation(location)) {

Completed in 720 milliseconds