Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h258 template<typename U> CanProxy<U> getAs() const { getAs() function
[all...]
H A DTypeLoc.h89 T getAs() const { in getAs() function
[all...]
/llvm-project/clang/test/Analysis/
H A Dcast-value-notes.cpp324 template <typename T> T *getAs() { in getAs() function in llvm::PointerUnion
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h86 template <typename T> std::optional<T> getAs() const { getAs() function
H A DMemRegion.h1388 const RegionTy* MemRegion::getAs() const { in getAs() function
/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h115 NodeClass getAs() const { in getAs() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp243 T *getAs() { in getAs() function
/llvm-project/clang/lib/AST/
H A DType.cpp578 template <> const TypedefType *Type::getAs() const { getAs() function in Type
582 template <> const UsingType *Type::getAs() const { getAs() function in Type
586 template <> const TemplateSpecializationType *Type::getAs() const { getAs() function in Type
590 template <> const AttributedType *Type::getAs() const { getAs() function in Type
594 template <> const BoundsAttributedType *Type::getAs() const { getAs() function in Type
598 template <> const CountAttributedType *Type::getAs() const { getAs() function in Type
[all...]
/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