Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h182 AssignLoc = 0, enumerator
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4416 SourceLocation AssignLoc; in ParseOpenMPVarList()
4418 AssignLoc = ConsumeToken(); in ParseOpenMPVarList()
4469 D.AssignLoc = AssignLoc; in ParseOpenMPVarList()
4253 SourceLocation AssignLoc; ParseOpenMPIteratorsExpr() local
/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1402 SourceLocation AssignLoc;
1343 SourceLocation AssignLoc; global() member
/llvm-project/clang/lib/AST/
H A DExpr.cpp5300 static_cast<int>(RangeLocOffset::AssignLoc)] = Loc; in Create()
5350 static_cast<int>(RangeLocOffset::AssignLoc)];
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp584 SourceLocation AssignLoc, in DiagnoseDirectIsaAccess()
616 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
579 DiagnoseDirectIsaAccess(Sema & S,const ObjCIvarRefExpr * OIRE,SourceLocation AssignLoc,const Expr * RHS) DiagnoseDirectIsaAccess() argument
H A DTreeTransform.h13176 Data[I].AssignLoc = E->getAssignLoc(I); in TransformCXXUuidofExpr()
H A DSemaOpenMP.cpp24102 IDElem.AssignmentLoc = D.AssignLoc; in ActOnOMPIteratorExpr()