Searched defs:newKind (Results 1 - 8 of 8) sorted by relevance

/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
H A DGeneratedJavaParserBase.java154 /* Sets the kind of the last matched token to newKind */
155 void setTokenKind(int newKind) { argument
156 token().setKind(newKind);
/external/clang/include/clang/Serialization/
H A DASTReader.h1037 ReadingKindTracker(enum ReadingKind newKind, ASTReader &reader) argument
1039 Reader.ReadingKind = newKind;
/external/clang/lib/AST/
H A DDecl.cpp146 LVComputationKind newKind = local
149 assert(oldKind != LVForType || newKind == LVForExplicitType);
150 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
151 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
152 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
153 return newKind;
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 539 milliseconds