Searched defs:AnnotationNode (Results 1 – 3 of 3) sorted by relevance
144 struct AnnotationNode : public ParseTree { struct145 explicit AnnotationNode(const Nonterm arg_lhs, in AnnotationNode() function152 const ClassificationResult* annotation;
216 private fun AnnotationNode.asMap(): Map<String, Any?> { in AnnotationNode() method224 private fun AnnotationNode.setKey(key: String, value: Any?) { in AnnotationNode() method
837 auto AnnotationNode = M->getOrInsertNamedMetadata("nvvm.annotations"); in addCUDAAnnotations() local