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

/external/clang/lib/Lex/
H A DPPDirectives.cpp186 /// SkipExcludedConditionalBlock - We just read a #if or related directive and
194 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, function in class:Preprocessor
1741 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
1776 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
1817 SkipExcludedConditionalBlock(IfToken.getLocation(), /*Foundnonskip*/false,
1873 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,
1906 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,

Completed in 109 milliseconds