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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h116 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Token
/freebsd-10.0-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.h358 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Decl
H A DExprCXX.h442 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXBoolLiteralExpr
468 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXNullPtrLiteralExpr
729 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXThisExpr
1072 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
504 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
759 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExpr.h977 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::DeclRefExpr
1179 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::PredefinedExpr
1271 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1316 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1377 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1065 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1287 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp53 void CGDebugInfo::setLocation(SourceLocation Loc) { function in class:CGDebugInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h189 void setLocation(SourceLocation L) { function in struct:clang::serialization::DeclOffset

Completed in 132 milliseconds