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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h267 virtual void SourceRangeSkipped(SourceRange Range) { function in class:clang::PPCallbacks
469 virtual void SourceRangeSkipped(SourceRange Range) { function in class:clang::PPChainedCallbacks
470 First->SourceRangeSkipped(Range);
471 Second->SourceRangeSkipped(Range);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp452 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));

Completed in 115 milliseconds