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

/external/clang/tools/libclang/
H A DCIndexHigh.cpp184 SourceLocation SelIdLoc = cxcursor::getSelectorIdentifierLoc(cursor); local
185 if (SelIdLoc.isValid())
186 Loc = SelIdLoc;

Completed in 116 milliseconds