Home
last modified time | relevance | path

Searched refs:tokloc_begin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1923 tokloc_iterator tokloc_begin() const { in tokloc_begin() function
1931 SourceLocation getBeginLoc() const LLVM_READONLY { return *tokloc_begin(); } in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp64 StrLocs.append(S->tokloc_begin(), S->tokloc_end()); in ParseObjCStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7486 E->tokloc_begin(), E->tokloc_end(), ToLocations.begin())) in VisitStringLiteral()