Searched defs:SemanticContext (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java53 * SemanticContext within the scope of this outer class.
59 public abstract class SemanticContext { class
65 public static final SemanticContext EMPTY_SEMANTIC_CONTEXT = new Predicate(Predicate.INVALID_PRED_VALUE);
71 public abstract SemanticContext getGatedPredicateContext();
87 public static class Predicate extends SemanticContext {
212 public SemanticContext getGatedPredicateContext() {
303 public static abstract class CommutativePredicate extends SemanticContext {
304 protected final Set<SemanticContext> operands = new HashSet<SemanticContext>();
307 public CommutativePredicate(SemanticContext
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp873 DeclContext *SemanticContext; local
879 SemanticContext = computeDeclContext(SS, true);
880 if (!SemanticContext) {
890 if (RequireCompleteDeclContext(SS, SemanticContext))
896 if (SemanticContext->isDependentContext()) {
897 ContextRAII SavedContext(*this, SemanticContext);
901 diagnoseQualifiedDeclaration(SS, SemanticContext, Name, NameLoc);
903 LookupQualifiedName(Previous, SemanticContext);
905 SemanticContext = CurContext;
950 SemanticContext
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 108 milliseconds