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

/external/clang/tools/libclang/
H A DCIndex.cpp225 static bool visitPreprocessedEntitiesInRange(SourceRange R, function
406 return visitPreprocessedEntitiesInRange(SourceRange(B, E),
412 // calls to visitPreprocessedEntitiesInRange to accept a source range that
416 visitPreprocessedEntitiesInRange(
420 return visitPreprocessedEntitiesInRange(
425 return visitPreprocessedEntitiesInRange(SourceRange(B, E), PPRec, *this);

Completed in 1977 milliseconds