Searched defs:CurLoc (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 188 LocIter CurLoc; variable
|
H A D | ResourceScriptParser.cpp | 35 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError()
|
H A D | ResourceFileWriter.cpp | 1429 uint64_t CurLoc = tell(); in writeVersionInfoBlock() local 1484 auto CurLoc = tell(); in writeVersionInfoValue() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 393 locateASTReferent(SourceLocation CurLoc,const syntax::Token * TouchedIdentifier,ParsedAST & AST,llvm::StringRef MainFilePath,const SymbolIndex * Index,ASTNodeKind & NodeKind) locateASTReferent() argument 768 auto CurLoc = sourceLocationInMainFile(SM, Pos); locateSymbolAt() local 1235 auto CurLoc = sourceLocationInMainFile(SM, Pos); findDocumentHighlights() local 1280 auto CurLoc = sourceLocationInMainFile(SM, Pos); findImplementations() local 1382 auto CurLoc = sourceLocationInMainFile(SM, Pos); findReferences() local 1595 auto CurLoc = sourceLocationInMainFile(SM, Pos); getSymbolInfo() local [all...] |
H A D | AST.cpp | 493 auto CurLoc = D->getReturnTypeSourceRange().getBegin(); in VisitFunctionDecl() local
|
H A D | Hover.cpp | 1291 auto CurLoc = sourceLocationInMainFile(SM, Pos); getHover() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineInline.cpp | 59 SourceLocation CurLoc = FD->getEndLoc(); in getSemicolonForDecl() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SourceCodeTests.cpp | 539 auto CurLoc = sourceLocationInMainFile(AST.getSourceManager(), Code.point()); in TEST() local 553 auto CurLoc = sourceLocationInMainFile(AST.getSourceManager(), Code.point()); in TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 68 SourceLocation CurLoc; variable
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 105 static SourceLocation CurLoc; variable
|
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 7047 SMLoc CurLoc = getLoc(); parseDirectiveCPU() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3073 SourceLocation CurLoc = checkTargetClonesAttrString() local [all...] |