Searched defs:LLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 611 CharSourceRange LLoc = SM.getExpansionRange(Tok.getLocation()); HighlightMacros() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3509 SourceLocation LLoc = Tok.getLocation(); ParseOpenMPSingleExprClause() local 4286 SourceLocation LLoc = T.getOpenLocation(); ParseOpenMPIteratorsExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 12202 SourceLocation LLoc = GetLocationForCandidate(L); operator ()() local 12528 SourceLocation LLoc = GetLocationForCandidate(L); operator ()() local 15009 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,SourceLocation RLoc,Expr * Base,MultiExprArg ArgExpr) CreateOverloadedArraySubscriptExpr() argument [all...] |
H A D | SemaExpr.cpp | 5604 ActOnOMPIteratorExpr(Scope * S,SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<OMPIteratorData> Data) ActOnOMPIteratorExpr() argument 5895 CreateBuiltinArraySubscriptExpr(Expr * Base,SourceLocation LLoc,Expr * Idx,SourceLocation RLoc) CreateBuiltinArraySubscriptExpr() argument
|
H A D | TreeTransform.h | 2787 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<Sema::OMPIteratorData> Data) RebuildOMPIteratorExpr() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4313 AddrLabelExpr(SourceLocation AALoc,SourceLocation LLoc,LabelDecl * L,QualType t) AddrLabelExpr() argument
|