Home
last modified time | relevance | path

Searched refs:findLocationAfterToken (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h564 static SourceLocation findLocationAfterToken(SourceLocation loc,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDASTSelection.cpp27 SourceLocation LocAfterEnd = Lexer::findLocationAfterToken( in getLexicalDeclRange()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp505 Lexer::findLocationAfterToken(AlignPackStack.CurrentPragmaLocation, in DiagnoseUnterminatedPragmaAlignPack()
896 SourceLocation AfterCommaLoc = Lexer::findLocationAfterToken( in replacementRangeForListElement()
HDSemaAvailability.cpp950 SourceLocation ElseInsertionLoc = Lexer::findLocationAfterToken( in DiagnoseDeclAvailability()
HDSemaExprCXX.cpp3571 SourceLocation RSquare = Lexer::findLocationAfterToken( in DiagnoseMismatchedNewDelete()
HDSemaDecl.cpp2038 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp1358 SourceLocation Lexer::findLocationAfterToken( in findLocationAfterToken() function in Lexer