/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | EmitMetal.cpp | 40 struct VarDecl struct 42 explicit VarDecl(const TVariable &var) : mVariable(&var), mIsField(false) {} in VarDecl() function 43 explicit VarDecl(const TField &field) : mField(&field), mIsField(true) {} in VarDecl() function 45 ANGLE_INLINE const TVariable &variable() const in variable() 51 ANGLE_INLINE const TField &field() const in field() 57 ANGLE_INLINE bool isVariable() const { return !mIsField; } in isVariable() 59 ANGLE_INLINE bool isField() const { return mIsField; } in isField() 61 const TType &type() const { return isField() ? *field().type() : variable().getType(); } in type() 63 SymbolType symbolType() const in symbolType() 70 { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2190 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() 4307 VarDecl, hasInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument 4321 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument 4363 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4378 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4392 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument 4408 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument 4428 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument 4444 AST_MATCHER(VarDecl, hasThreadStorageDuration) { in AST_MATCHER() argument 4459 AST_MATCHER(VarDecl, isExceptionVariable) { in AST_MATCHER() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2202 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() 4338 VarDecl, hasInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument 4352 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument 4394 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4423 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument 4439 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument 4459 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument 4475 AST_MATCHER(VarDecl, hasThreadStorageDuration) { in AST_MATCHER() argument 4490 AST_MATCHER(VarDecl, isExceptionVariable) { in AST_MATCHER() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2202 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() 4338 VarDecl, hasInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument 4352 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument 4394 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4423 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument 4439 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument 4459 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument 4475 AST_MATCHER(VarDecl, hasThreadStorageDuration) { in AST_MATCHER() argument 4490 AST_MATCHER(VarDecl, isExceptionVariable) { in AST_MATCHER() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2202 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() 4338 VarDecl, hasInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument 4352 AST_MATCHER(VarDecl, isInitCapture) { return Node.isInitCapture(); } in AST_MATCHER() argument 4394 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4423 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument 4439 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument 4459 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument 4475 AST_MATCHER(VarDecl, hasThreadStorageDuration) { in AST_MATCHER() argument 4490 AST_MATCHER(VarDecl, isExceptionVariable) { in AST_MATCHER() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | nodes.go | 92 VarDecl struct { struct 93 Group *Group // nil means not part of a group 94 Pragma Pragma 95 NameList []*Name 96 Type Expr // nil means no type 97 Values Expr // nil means no values 98 decl
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1443 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() 2807 VarDecl, hasInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() argument 2825 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 2839 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument 2855 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument 2871 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument 2887 AST_MATCHER(VarDecl, hasThreadStorageDuration) { in AST_MATCHER() argument 2902 AST_MATCHER(VarDecl, isExceptionVariable) { in AST_MATCHER() argument 3395 AST_POLYMORPHIC_SUPPORTED_TYPES(VarDecl, in AST_POLYMORPHIC_MATCHER() 3804 AST_POLYMORPHIC_SUPPORTED_TYPES(TagDecl, VarDecl, in AST_POLYMORPHIC_MATCHER() argument [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/ |
H A D | TranslatorWGSL.cpp | 42 struct VarDecl struct 44 const SymbolType symbolType = SymbolType::Empty; 45 const ImmutableString &symbolName; 46 const TType &type;
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 23 class VarDecl; variable
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.h | 25 class VarDecl; variable
|
H A D | SanitizerMetadata.h | 27 class VarDecl; variable
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | MangleNumberingContext.h | 29 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | MangleNumberingContext.h | 25 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | MangleNumberingContext.h | 25 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | MangleNumberingContext.h | 25 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | MangleNumberingContext.h | 25 class VarDecl; variable
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 33 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 32 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 32 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 32 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 32 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerHelpers.h | 25 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerHelpers.h | 27 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerHelpers.h | 28 class VarDecl; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerHelpers.h | 28 class VarDecl; variable
|