Searched defs:setEnd (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp52 void setEnd(SourceLocation L) { Range.setEnd(L); } function in class:__anon3182::PPValue
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h62 void setEnd(T *P) { this->End = P; } function in class:clang::ASTVector
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h95 void setEnd(T *P) { this->EndX = P; } function in class:llvm::SmallVectorTemplateCommon
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h204 void setEnd(SourceLocation e) { E = e; } function in class:clang::SourceLocation::SourceRange
258 void setEnd(SourceLocation e) { Range.setEnd(e); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h310 void setEnd(const PathDiagnosticLocation &L) { End = L; } function in class:clang::ento::PathDiagnosticLocationPair

Completed in 174 milliseconds