Searched defs:IsInline (Results 1 – 12 of 12) sorted by relevance
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_image.h | 44 bool IsInline() const { return m_bIsInline; } in IsInline() function
|
| /external/pdfium/core/fpdfapi/parser/ |
| D | cpdf_object.h | 50 bool IsInline() const { return m_ObjNum == 0; } in IsInline() function
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersInternalTest.cpp | 183 TEST(IsInlineMatcher, IsInline) { in TEST() argument
|
| /external/llvm-project/clang/unittests/ASTMatchers/ |
| D | ASTMatchersInternalTest.cpp | 195 TEST(IsInlineMatcher, IsInline) { in TEST() argument
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | DeclBase.h | 1519 uint64_t IsInline : 1; variable
|
| D | Decl.h | 972 unsigned IsInline : 1; variable
|
| /external/clang/include/clang/AST/ |
| D | Decl.h | 886 unsigned IsInline : 1; variable 1589 unsigned IsInline : 1; variable
|
| /external/flatbuffers/include/flatbuffers/ |
| D | flexbuffers.h | 86 inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; } in IsInline() function
|
| /external/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 7293 IdentifierInfo *II, bool *IsInline, in DiagnoseNamespaceInlineMismatch() 7342 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef() local
|
| D | SemaDecl.cpp | 5660 bool IsInline = false, IsStaticDataMember = false, IsQualifiedFriend = false; in checkDLLAttributeRedeclaration() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 10810 IdentifierInfo *II, bool *IsInline, in DiagnoseNamespaceInlineMismatch() 10855 bool IsInline = InlineLoc.isValid(); in ActOnStartNamespaceDef() local
|
| D | SemaDecl.cpp | 6537 bool IsInline = false, IsStaticDataMember = false, IsQualifiedFriend = false; in checkDLLAttributeRedeclaration() local
|