Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DLangStandard.h92 bool hasImplicitInt() const { return Flags & frontend::ImplicitInt; } in hasImplicitInt() function
/external/llvm-project/clang/include/clang/Basic/
DLangStandard.h128 bool hasImplicitInt() const { return Flags & ImplicitInt; } in hasImplicitInt() function