HomeSort by: relevance | last modified time | path
    Searched refs:IsExtension (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 85 unsigned IsExtension : 1;
133 HadMacro(false), IsExtension(false), IsFutureCompatKeyword(false),
257 bool isExtensionToken() const { return IsExtension; }
259 IsExtension = Val;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 312 /// \param IsExtension If not null and the declaration is accepted as an
315 bool *IsExtension) {
339 if (IsExtension)
340 *IsExtension = true;
347 if (IsExtension)
348 *IsExtension = true;
653 bool IsExtension = false;
654 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
655 if (!AcceptSpec && IsExtension) {
DeclSpec.cpp 472 bool IsExtension = true) {
477 DiagID = IsExtension ? diag::ext_warn_duplicate_declspec :
962 bool IsExtension = true;
964 IsExtension = false;
965 return BadSpecifier(T, T, PrevSpec, DiagID, IsExtension);
SemaOverload.cpp 13578 bool IsExtension =
13580 Diag(OpLoc, IsExtension ? diag::ext_ovl_rewrite_equalequal_not_bool
13585 if (!IsExtension)

Completed in 35 milliseconds