Searched refs:HashTokenLoc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h436 SourceLocation HashTokenLoc; member in struct:clang::Preprocessor::PreambleSkipInfo
442 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, argument
445 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc),
2116 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp436 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, argument
455 getSkippedRangeForExcludedConditionalBlock(HashTokenLoc)) {
477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc);
652 SourceRange(HashTokenLoc, endLoc.isValid()
H A DPreprocessor.cpp675 PreambleConditionalStack.SkipInfo->HashTokenLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2169 AddSourceLocation(SkipInfo->HashTokenLoc, Record);

Completed in 268 milliseconds