Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local
105 Result.setBegin(beginLoc); in EvaluateDefined()
186 if (beginLoc.isMacroID()) { in EvaluateDefined()
189 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined()
208 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined()
210 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined()
216 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp212 builder.create<BeforeOpTy>(opInfo.beginLoc, opInfo.varValue, structured, in addDataOperand()
226 opInfo.beginLoc, beforeOp.getResult(), structured, implicit, in addDataOperand()
230 opInfo.beginLoc, beforeOp.getResult(), opInfo.varValue, structured, in addDataOperand()
253 builder.create<BeforeOpTy>(opInfo.beginLoc, opInfo.varValue, structured, in addDataOperand()
H A DCIRGenFunction.h628 mlir::Location beginLoc; member
635 : cgf(cgf), entryBlock(eb), parentScope(cgf.curLexScope), beginLoc(loc), in LexicalScope()
645 beginLoc = fusedLoc.getLocations()[0]; in LexicalScope()
1245 mlir::Location beginLoc; member
H A DCIRGenExpr.cpp741 mlir::Location beginLoc, in emitArraySubscriptPtr() argument
749 return cgm.getBuilder().getArrayElement(beginLoc, endLoc, ptr, eltTy, idx, in emitArraySubscriptPtr()
754 mlir::Location beginLoc, in emitArraySubscriptPtr() argument
773 emitArraySubscriptPtr(cgf, beginLoc, endLoc, addr.getPointer(), in emitArraySubscriptPtr()
H A DCIRGenStmtOpenACC.cpp298 opInfo.beginLoc, opInfo.varValue, in emitOpenACCCacheConstruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp820 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument
825 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
850 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument
857 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h170 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo,
230 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,