Searched refs:EnterAnnotationToken (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1625 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second),
1692 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second),
1711 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M);
H A DPPDirectives.cpp1573 void Preprocessor::EnterAnnotationToken(SourceRange Range, function in class:Preprocessor
1731 EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
1735 EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1581 void EnterAnnotationToken(SourceRange Range, tok::TokenKind Kind,
1585 /// annotation token created by a previous call to EnterAnnotationToken.

Completed in 197 milliseconds