Home
last modified time | relevance | path

Searched defs:startLoc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.h72 llvm::SMLoc startLoc() const { return RangeStart; } in startLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp772 SourceLocation startLoc = PID->getBeginLoc(); in RewritePropertyImplDecl() local
907 SourceLocation startLoc = ClassDecl->getBeginLoc(); in RewriteForwardClassEpilogue() local
1423 SourceLocation startLoc = S->getBeginLoc(); in RewriteBreakStmt() local
1440 SourceLocation startLoc = S->getBeginLoc(); in RewriteContinueStmt() local
1488 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCForCollectionStmt() local
1652 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCSynchronizedStmt() local
1753 SourceLocation startLoc = S->getBeginLoc(); in RewriteTryReturnStmts() local
1774 SourceLocation startLoc = S->getBeginLoc(); in RewriteSyncReturnStmts() local
1793 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCTryStmt() local
1918 SourceLocation startLoc = body->getBeginLoc(); in RewriteObjCTryStmt() local
[all …]
H A DRewriteModernObjC.cpp925 SourceLocation startLoc = PID->getBeginLoc(); in RewritePropertyImplDecl() local
1062 SourceLocation startLoc = ClassDecl->getBeginLoc(); in RewriteForwardClassEpilogue() local
1614 SourceLocation startLoc = S->getBeginLoc(); in RewriteBreakStmt() local
1644 SourceLocation startLoc = S->getBeginLoc(); in RewriteContinueStmt() local
1692 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCForCollectionStmt() local
1866 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCSynchronizedStmt() local
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt() local
1950 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCTryStmt() local
2041 SourceLocation startLoc = S->getBeginLoc(); in RewriteObjCThrowStmt() local
2297 SourceLocation startLoc; in RewriteTypeOfDecl() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp302 CXSourceLocation startLoc = makeLocation(Start); in readRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp707 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c258 Loc startLoc; in scan() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d238 Loc startLoc; in scan() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h295 inline LineColPair startLoc() const { in startLoc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4845 SMLoc startLoc = getLexer().getLoc(); in parseSEHRegisterNumber() local
4960 SMLoc startLoc = getLexer().getLoc(); in parseDirectiveSEHPushFrame() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2248 SourceLocation startLoc = in AtomicPropertySetterGetterRules() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1447 SourceLocation startLoc = VarianceLoc; in getSourceRange() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4154 CXSourceLocation startLoc, endLoc; in perform_token_annotation() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1296 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, SourceLocation endLoc) in DeclStmt()