Searched defs:QualType (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h[all...]
H A DType.h654 class QualType { class in namespace:clang
678 QualType(const Type *Ptr, unsigned Quals) : Value(Ptr, Quals) {} function in class:clang::QualType
679 QualType(const ExtQuals *Ptr, unsigned Quals) : Value(Ptr, Quals) {} function in class:clang::QualType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3458 AST_MATCHER_P( QualType, pointsTo, internal::Matcher<QualType>, InnerMatcher) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1498 castForMoving(Sema &S, Expr *E, QualType T = QualType()) argument
[all...]
H A DSemaCodeComplete.cpp1581 CodeCompletionDeclConsumer( ResultBuilder &Results, DeclContext *InitialLookupCtx, QualType BaseType = QualType(), std::vector<FixItHint> FixIts = std::vector<FixItHint>()) argument
4246 CodeCompleteExpressionData(QualType PreferredType = QualType(), bool IsParenthesized = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h328 QualType(const Node *Child_, Qualifiers Quals_) function in class:final

Completed in 128 milliseconds