Searched defs:getAs (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h146 template <typename AsPeriod> static InternalRep getAs(const Dur &D) { function in struct:llvm::format_provider
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h258 template<typename U> CanProxy<U> getAs() const { function in class:clang::CanProxyBase
652 CanProxy<U> CanQual<T>::getAs() const { function in class:clang::CanQual
[all...]
H A DTypeLoc.h89 T getAs() const { function in class:clang::TypeLoc
[all...]
H A DType.h7579 template <typename T> const T *Type::getAs() const { function in class:clang::FunctionType::ExtInfo::Type
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h171 template <typename T> T *getAs() { return static_cast<T *>(get()); } function in class:clang::ActionResult
207 template <typename T> T *getAs() { return static_cast<T *>(get()); } function in class:clang::ActionResult
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h86 template <typename T> std::optional<T> getAs() const { function in class:clang::ento::SVal
H A DMemRegion.h1383 const RegionTy* MemRegion::getAs() const { function in class:clang::ento::MemRegion
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h115 NodeClass getAs() const { function in class:clang::tblgen::WrappedRecord
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h109 template <typename T> std::optional<T> getAs() const { function in class:clang::CFGElement
H A DProgramPoint.h147 template <typename T> std::optional<T> getAs() const { function in class:clang::ProgramPoint
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp546 template <> const TypedefType *Type::getAs() const { function in class:Type
550 template <> const UsingType *Type::getAs() const { function in class:Type
554 template <> const TemplateSpecializationType *Type::getAs() const { function in class:Type
558 template <> const AttributedType *Type::getAs() const { function in class:Type
[all...]

Completed in 165 milliseconds