Searched refs:beginLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 104 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined() local 105 Result.setBegin(beginLoc); in EvaluateDefined() 184 if (beginLoc.isMacroID()) { in EvaluateDefined() 187 .getSLocEntry(PP.getSourceManager().getFileID(beginLoc)) in EvaluateDefined() 206 PP.Diag(beginLoc, diag::warn_defined_in_function_type_macro); in EvaluateDefined() 208 PP.Diag(beginLoc, diag::warn_defined_in_object_type_macro); in EvaluateDefined() 214 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | InsertionPoint.cpp | 65 SourceLocation beginLoc(const Decl &D) { in beginLoc() function 103 return *D ? beginLoc(**D) : endLoc(DC); in insertionPoint()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 68 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd(); in CharRange() local 69 assert(beginLoc.isValid() && endLoc.isValid()); in CharRange() 71 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange() 74 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr); in CharRange()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 789 SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, in ObjCMethodDecl() argument 794 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 819 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, in Create() argument 826 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | GPUDialect.cpp | 145 SMLoc beginLoc = parser.getNameLoc(); in parseType() local 172 parser.getEncodedSourceLoc(beginLoc)), in parseType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 172 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc, 233 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
|