HomeSort by relevance Sort by last modified time
    Searched refs:IsExtension (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 287 /// \param IsExtension If not null and the declaration is accepted as an
290 bool *IsExtension) {
312 if (IsExtension)
313 *IsExtension = true;
320 if (IsExtension)
321 *IsExtension = true;
616 bool IsExtension = false;
617 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
618 if (!AcceptSpec && IsExtension) {
    [all...]
DeclSpec.cpp 383 bool IsExtension = true) {
388 DiagID = IsExtension ? diag::ext_duplicate_declspec :
763 bool IsExtension = true;
765 IsExtension = false;
766 return BadSpecifier(T, T, PrevSpec, DiagID, IsExtension);
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 55 bool IsExtension : 1; // True if identifier is a lang extension.
206 bool isExtensionToken() const { return IsExtension; }
208 IsExtension = Val;
  /external/clang/lib/Basic/
IdentifierTable.cpp 37 IsExtension = false;

Completed in 1064 milliseconds