Searched refs:StandardSpec (Results 1 – 9 of 9) sorted by relevance
1 def BsdExtensions : StandardSpec<"BSDExtensions"> {
1 def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
1 def GnuExtensions : StandardSpec<"GNUExtensions"> {
1 def Linux : StandardSpec<"Linux"> {
160 class StandardSpec<string name> {
24 def POSIX : StandardSpec<"POSIX"> {
1 def StdC : StandardSpec<"stdc"> {
82 void APIIndexer::indexStandardSpecDef(llvm::Record *StandardSpec) { in indexStandardSpecDef() argument83 auto HeaderSpecList = StandardSpec->getValueAsListOfDefs("Headers"); in indexStandardSpecDef()
42 void indexStandardSpecDef(llvm::Record *StandardSpec);