Searched defs:setLocation (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { function in class:llvm::StatepointLoweringState
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h339 void setLocation(Chunk *addressTable) { file->location = addressTable; } function in class:lld::coff::DefinedImportData
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } function in class:clang::comments::Token
H A DComment.h181 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
H A DExprObjC.h108 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
590 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
826 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DDeclBase.h431 void setLocation(SourceLocation L) { Loc = L; } function
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 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
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h134 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } function in class:clang::Token
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp337 void DwarfExpression::setLocation(const MachineLocation &Loc, function in class:DwarfExpression
/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/llvm/include/llvm/Support/
H A DCommandLine.h1329 bool setLocation(Option &O, DataType &L) { function in class:llvm::opt_storage
1526 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::list_storage
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1543 void setLocation(llvm::GlobalVariable *placeholder) { function in struct:__anon1722::ReplacePlaceholders
H A DCGDebugInfo.cpp169 void CGDebugInfo::setLocation(SourceLocation Loc) { function in class:CGDebugInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h257 void setLocation(SourceLocation L) { function in struct:clang::serialization::DeclOffset

Completed in 242 milliseconds