Searched refs:setLocation (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1271 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } function in class:clang::final
1489 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1531 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::FixedPointLiteral
1587 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1660 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
2016 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; }
H A DExprCXX.h710 void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; } function in class:clang::CXXBoolLiteralExpr
744 void setLocation(SourceLocation L) { CXXNullPtrLiteralExprBits.Loc = L; } function in class:clang::CXXNullPtrLiteralExpr
1120 void setLocation(SourceLocation L) { CXXThisExprBits.Loc = L; } function in class:clang::CXXThisExpr
1501 void setLocation(SourceLocation Loc) { CXXConstructExprBits.Loc = Loc; } function in class:clang::CXXConstructExpr
H A DDeclBase.h431 void setLocation(SourceLocation L) { Loc = L; } function
H A DDeclCXX.h105 void setAccessSpecifierLoc(SourceLocation ASLoc) { setLocation(ASLoc); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h391 void setLocation(SourceLocation Loc);
769 /// SourceLocation to CGDebugInfo::setLocation() will result in the
784 /// passing an empty SourceLocation to \a CGDebugInfo::setLocation()
H A DCGDecl.cpp456 DI->setLocation(D.getLocation());
1574 DI->setLocation(D.getLocation());
H A DCGExprConstant.cpp1530 setLocation(it->second);
1543 void setLocation(llvm::GlobalVariable *placeholder) { function in struct:__anon1722::ReplacePlaceholders
H A DCGDebugInfo.cpp169 void CGDebugInfo::setLocation(SourceLocation Loc) { function in class:CGDebugInfo
3470 setLocation(VD->getLocation());
3980 setLocation(Loc);
4015 setLocation(Loc);
H A DCGStmt.cpp575 DI->setLocation(D->getLocation());
H A DCGBlocks.cpp1412 DI->setLocation(D->getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp960 Label->setLocation(Location);
H A DSemaTemplate.cpp4248 Specialization->setLocation(TemplateNameLoc);
8914 Specialization->setLocation(FD->getLocation());
9198 OrigD->setLocation(Loc);
9488 Specialization->setLocation(TemplateNameLoc);
H A DSemaStmt.cpp549 TheDecl->setLocation(IdentLoc);
H A DSemaTemplateInstantiate.cpp2821 Instantiation->setLocation(Pattern->getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h832 void setLocation(PathDiagnosticLocation NewLoc) { function in class:clang::ento::PathDiagnostic
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1501 void setLocation(FullSourceLoc Loc) { this->Loc = Loc; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp135 Result.setLocation(Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp818 FormatTok->Tok.setLocation(TokLocation);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1060 Tok.setLocation(StartLoc);
3423 Tok.setLocation(PP.getLocForEndOfToken(PrevTokLocation));
4364 Toks[0].setLocation(StartLoc);
H A DParseExprCXX.cpp69 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1));
1033 Tok.setLocation(StartLoc);
3882 AttrEnd.setLocation(Tok.getLocation());
H A DParseObjc.cpp1943 Tok.setLocation(Tok.getLocation().getLocWithOffset(-1));
3653 Eof.setLocation(OrigLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1150 Toks[0].setLocation(NameLoc);
H A DPPDirectives.cpp1554 Tok[0].setLocation(Range.getBegin());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1332 DwarfExpr.setLocation(Location, DIExpr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1089 SD.setLocation(Loc);

Completed in 493 milliseconds

123