Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp425 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle) { in forEachCVRUQualifier()
437 llvm::function_ref<void(TQ, StringRef, SourceLocation)> Handle) { in forEachQualifier()
H A DSemaDeclCXX.cpp10233 SourceLocation SL) { in checkMethodTypeQualifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h303 enum TQ { // NOTE: These flags must be kept in sync with Qualifiers::TQ. enum