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

/external/clang/lib/Lex/
H A DPPDirectives.cpp239 /// SkipExcludedConditionalBlock - We just read a \#if or related directive and
247 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, function in class:Preprocessor
2195 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
2238 SkipExcludedConditionalBlock(DirectiveTok.getLocation(),
2278 SkipExcludedConditionalBlock(IfToken.getLocation(), /*Foundnonskip*/false,
2334 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,
2369 SkipExcludedConditionalBlock(CI.IfLoc, /*Foundnonskip*/true,

Completed in 64 milliseconds