HomeSort by: relevance | last modified time | path
    Searched defs:setLocation (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 57 void setLocation(SDValue Val, SDValue Location) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 81 void setLocation(SourceLocation SL) { Loc = SL; }
Comment.h 181 void setLocation(SourceLocation L) {
385 setLocation(TagNameBegin);
565 setLocation(Content.front()->getBeginLoc());
620 setLocation(getCommandNameBeginLoc());
632 setLocation(getCommandNameBeginLoc());
1104 setLocation(Blocks.front()->getBeginLoc());
ExprObjC.h 108 void setLocation(SourceLocation L) { Loc = L; }
590 void setLocation(SourceLocation L) { Loc = L; }
826 void setLocation(SourceLocation L) { IdLoc = L; }
DeclBase.h 431 void setLocation(SourceLocation L) { Loc = L; }
ExprCXX.h 740 void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; }
774 void setLocation(SourceLocation L) { CXXNullPtrLiteralExprBits.Loc = L; }
1154 void setLocation(SourceLocation L) { CXXThisExprBits.Loc = L; }
1535 void setLocation(SourceLocation Loc) { CXXConstructExprBits.Loc = Loc; }
Expr.h 1294 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; }
1512 void setLocation(SourceLocation Location) { Loc = Location; }
1554 void setLocation(SourceLocation Location) { Loc = Location; }
1610 void setLocation(SourceLocation Location) { Loc = Location; }
1685 void setLocation(SourceLocation L) { Loc = L; }
2002 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 380 void DwarfExpression::setLocation(const MachineLocation &Loc,
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 134 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }
164 setLocation(R.getBegin());
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.cpp 34 void ASTNode::setLocation(token_loc_t & first, token_loc_t & last)
40 void ASTNode::setLocation(ASTNode * first, ASTNode * last)
124 setLocation(current);
ElftosbAST.h 69 virtual void setLocation(token_loc_t & loc) { m_location = loc; }
70 virtual void setLocation(token_loc_t & first, token_loc_t & last);
71 virtual void setLocation(ASTNode * loc) { setLocation(loc->getLocation()); }
72 virtual void setLocation(ASTNode * first, ASTNode * last);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 871 void setLocation(PathDiagnosticLocation NewLoc) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1533 setLocation(it->second);
1546 void setLocation(llvm::GlobalVariable *placeholder) {
CGDebugInfo.cpp 170 void CGDebugInfo::setLocation(SourceLocation Loc) {
3583 setLocation(VD->getLocation());
4095 setLocation(Loc);
4131 setLocation(Loc);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 456 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); }
1338 bool setLocation(Option &O, DataType &L) {
1535 bool setLocation(Option &O, StorageClass &L) {
1739 bool setLocation(Option &O, unsigned &L) {
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 253 setLocation(Loc);
257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); }

Completed in 45 milliseconds