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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h44 void setEnd(const MCSymbol *E) { End = E; } function in class:llvm::RangeSpan
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp52 void setEnd(SourceLocation L) { Range.setEnd(L); } function in class:__anon3922::PPValue
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h38 void setEnd(T *P) { this->End = P; } function in class:clang::ASTVector
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h205 void setEnd(SourceLocation e) { E = e; } function in class:clang::SourceLocation::SourceRange
259 void setEnd(SourceLocation e) { Range.setEnd(e); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h95 void setEnd(T *P) { this->EndX = P; } function in class:llvm::SmallVectorTemplateCommon
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h320 void setEnd(const PathDiagnosticLocation &L) { End = L; } function in class:clang::ento::PathDiagnosticLocationPair

Completed in 143 milliseconds