Home
last modified time | relevance | path

Searched defs:TQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp443 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle) { in forEachCVRUQualifier()
455 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle) { in forEachQualifier()
H A DSemaDeclCXX.cpp10735 SourceLocation SL) { in checkMethodTypeQualifiers()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h328 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ. enum