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.cpp879 DeclContext *SemanticContext; local
885 SemanticContext = computeDeclContext(SS, true);
886 if (!SemanticContext) {
897 if (RequireCompleteDeclContext(SS, SemanticContext))
903 if (SemanticContext->isDependentContext()) {
904 ContextRAII SavedContext(*this, SemanticContext);
908 diagnoseQualifiedDeclaration(SS, SemanticContext, Name, NameLoc);
910 LookupQualifiedName(Previous, SemanticContext);
912 SemanticContext = CurContext;
919 DiagnoseClassNameShadow(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 138 milliseconds