Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp27 SourceLocation LocAfterEnd = Lexer::findLocationAfterToken( in getLexicalDeclRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp505 Lexer::findLocationAfterToken(AlignPackStack.CurrentPragmaLocation, in DiagnoseUnterminatedPragmaAlignPack()
896 SourceLocation AfterCommaLoc = Lexer::findLocationAfterToken( in replacementRangeForListElement()
H A DSemaAvailability.cpp950 SourceLocation ElseInsertionLoc = Lexer::findLocationAfterToken( in DiagnoseDeclAvailability()
H A DSemaExprCXX.cpp3571 SourceLocation RSquare = Lexer::findLocationAfterToken( in DiagnoseMismatchedNewDelete()
H A DSemaDecl.cpp2038 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1358 SourceLocation Lexer::findLocationAfterToken( in findLocationAfterToken() function in Lexer