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

/external/clang/lib/Lex/
H A DPPDirectives.cpp277 /// SkipExcludedConditionalBlock - We just read a \#if or related directive and
285 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, function in class:Preprocessor
2394 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
2437 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
2477 SkipExcludedConditionalBlock(IfToken.getLocation(), /*Foundnonskip*/false,
2533 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,
2568 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,
/external/clang/include/clang/Lex/
H A DPreprocessor.h1726 void SkipExcludedConditionalBlock(SourceLocation IfTokenLoc,
1730 /// \brief A fast PTH version of SkipExcludedConditionalBlock.

Completed in 61 milliseconds