Searched refs:annotateAndAdvanceTokens (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6200 void annotateAndAdvanceTokens(CXCursor, RangeComparisonResult, SourceRange); 6255 void AnnotateTokensWorker::annotateAndAdvanceTokens(CXCursor updateC, in annotateAndAdvanceTokens() function in AnnotateTokensWorker 6435 annotateAndAdvanceTokens(updateC, RangeBefore, cursorRange); in Visit() 6484 annotateAndAdvanceTokens(cursor, RangeOverlap, cursorRange); in postVisitChildren()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 7017 void annotateAndAdvanceTokens(CXCursor, RangeComparisonResult, SourceRange); 7135 void AnnotateTokensWorker::annotateAndAdvanceTokens( in annotateAndAdvanceTokens() function in AnnotateTokensWorker 7317 annotateAndAdvanceTokens(updateC, RangeBefore, cursorRange); in Visit() 7369 annotateAndAdvanceTokens(cursor, RangeOverlap, cursorRange); in postVisitChildren()
|