reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/CanonicalType.h
  258   template<typename U> CanProxy<U> getAs() const {
tools/clang/include/clang/AST/Type.h
 2525 class ComplexType : public Type, public llvm::FoldingSetNode {
 2585 class PointerType : public Type, public llvm::FoldingSetNode {
 2721 class ReferenceType : public Type, public llvm::FoldingSetNode {
 3393 class FunctionType : public Type {
 3725 class FunctionProtoType final
 4444 class RecordType : public TagType {