Home
last modified time | relevance | path

Searched refs:getAllBuiltin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h170 static ArrayRef<const ParsedAttrInfo *> getAllBuiltin();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp134 ArrayRef<const ParsedAttrInfo *> ParsedAttrInfo::getAllBuiltin() { in getAllBuiltin() function in ParsedAttrInfo
H A DSemaCodeComplete.cpp4888 for (const auto *A : ParsedAttrInfo::getAllBuiltin()) in CodeCompleteAttribute()