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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h119 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Token
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } function in class:clang::comments::Token
H A DComment.h168 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
H A DDeclBase.h374 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Decl
H A DExprCXX.h446 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXBoolLiteralExpr
474 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXNullPtrLiteralExpr
780 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXThisExpr
1125 void setLocation(SourceLocation Loc) { this->Loc = Loc; } function in class:clang::CXXConstructExpr
H A DExprObjC.h78 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
505 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
760 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExpr.h976 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::DeclRefExpr
1179 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::PredefinedExpr
1273 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1318 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1379 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1066 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1288 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp100 void CGDebugInfo::setLocation(SourceLocation Loc) { function in class:CGDebugInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h189 void setLocation(SourceLocation L) { function in struct:clang::serialization::DeclOffset

Completed in 142 milliseconds