Home
last modified time | relevance | path

Searched defs:VarDecl (Results 1 – 25 of 141) sorted by relevance

123456

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DEmitMetal.cpp40 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/
DASTMatchers.h2190 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/
DASTMatchers.h2202 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/
DASTMatchers.h2202 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/
DASTMatchers.h2202 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/
Dnodes.go92 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 DASTMatchers.h1443 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 DTranslatorWGSL.cpp42 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 DCheckerHelpers.h23 class VarDecl; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h25 class VarDecl; variable
H A DSanitizerMetadata.h27 class VarDecl; variable
/aosp_15_r20/external/clang/include/clang/AST/
H A DMangleNumberingContext.h29 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DMangleNumberingContext.h25 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DMangleNumberingContext.h25 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DMangleNumberingContext.h25 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DMangleNumberingContext.h25 class VarDecl; variable
/aosp_15_r20/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h33 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DMultiplexExternalSemaSource.h32 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DMultiplexExternalSemaSource.h32 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DMultiplexExternalSemaSource.h32 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DMultiplexExternalSemaSource.h32 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h25 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h27 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h28 class VarDecl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h28 class VarDecl; variable

123456