Home
last modified time | relevance | path

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

/freebsd-src/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
[all...]
/freebsd-src/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.h1383 const RegionTy* MemRegion::getAs() const { getAs() function
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h115 NodeClass getAs() const { in getAs() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp546 template <> const TypedefType *Type::getAs() const { getAs() function in Type
550 template <> const UsingType *Type::getAs() const { getAs() function in Type
554 template <> const TemplateSpecializationType *Type::getAs() const { getAs() function in Type
558 template <> const AttributedType *Type::getAs() const { getAs() function in Type
[all...]
/freebsd-src/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