Home
last modified time | relevance | path

Searched defs:Qualified (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h331 enum class Qualified { None, AsWritten }; enum
H A DTypeLoc.h113 Qualified enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h184 using Qualified = std::conditional_t<Const, const T, T>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h119 Qualified, // --attribute=qualified enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp452 bool Qualified; in FormatASTNodeDiagnosticArgument() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1532 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS); in ConvertDeclSpecToType() local