Home
last modified time | relevance | path

Searched defs:IsExtension (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp383 bool IsExtension = true) { in BadSpecifier()
763 bool IsExtension = true; in SetTypeQual() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h55 bool IsExtension : 1; // True if identifier is a lang extension. variable