Home
last modified time | relevance | path

Searched defs:valueDecl (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java196 VariableDeclarator valueDecl = fieldDecl.getVariables().get(0); in parseIntEnumField() local
212 VariableDeclarator valueDecl = fieldDecl.getVariables().get(0); in getFieldName() local
294 VariableDeclarator valueDecl = fieldDecl.getVariables().get(0); in populateCarPermissionMap() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
H A DEmuMetadataGenerator.java109 VariableDeclarator valueDecl = fieldDecl.getVariables().get(0); in parseIntEnumField() local
128 VariableDeclarator valueDecl = fieldDecl.getVariables().get(0); in getFieldName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAbstractBasicWriter.h187 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAbstractBasicWriter.h187 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAbstractBasicWriter.h187 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractBasicWriter.h187 const auto *valueDecl = cast<ValueDecl>(baseOrMember); in writeLValuePathSerializationHelper() local
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h289 const ValueDecl* valueDecl() const { in valueDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h315 const ValueDecl* valueDecl() const { in valueDecl() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewritePixelLocalStorage.cpp162 TIntermDeclaration *valueDecl = in visitAggregate() local
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h859 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl; variable