Home
last modified time | relevance | path

Searched defs:getAs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h258 template<typename U> CanProxy<U> getAs() const { in getAs() function
H A DTypeLoc.h89 T getAs() const { in getAs() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h86 template <typename T> std::optional<T> getAs() const { in getAs() function
H A DMemRegion.h1388 const RegionTy* MemRegion::getAs() const { in getAs() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h115 NodeClass getAs() const { in getAs() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp578 template <> const TypedefType *Type::getAs() const { in getAs() function in Type
582 template <> const UsingType *Type::getAs() const { in getAs() function in Type
586 template <> const TemplateSpecializationType *Type::getAs() const { in getAs() function in Type
590 template <> const AttributedType *Type::getAs() const { in getAs() function in Type
594 template <> const BoundsAttributedType *Type::getAs() const { in getAs() function in Type
598 template <> const CountAttributedType *Type::getAs() const { in getAs() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h147 template <typename T> std::optional<T> getAs() const { in getAs() function
H A DCFG.h109 template <typename T> std::optional<T> getAs() const { in getAs() function