Home
last modified time | relevance | path

Searched defs:isDecl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DVariableExpr.java38 public abstract boolean isDecl(); in isDecl() method in VariableExpr
101 public abstract Builder setIsDecl(boolean isDecl); in setIsDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTWriter.h180 bool isDecl() const { return !IsType; } in isDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTWriter.h184 bool isDecl() const { return !IsType; } in isDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTWriter.h184 bool isDecl() const { return !IsType; } in isDecl() function
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTWriter.h155 bool isDecl() const { return !IsType; } in isDecl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTWriter.h188 bool isDecl() const { return !IsType; } in isDecl() function
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
H A DJavaWriterVisitorTest.java2817 String variableName, TypeNode type, boolean isDecl) { in createVariableExpr()